DescriptionA while ago we made a note that SkClampRange didn't need to be public in include/core/, and it should live in src/core/.
However, the one place it's used is in effects/core/ (well, and tests/). This means we can:
1) move it to effects/core/
2) move it to src/core/, and have gyp/effects.gyp #include src/core/.
3) leave it where it is and get rid of the trivial TODO item
Patch Set 1 #
MessagesTotal messages: 3
|