aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkPackBits.cpp
Commit message (Collapse)AuthorAge
* Move SkPackBits to src/effects.Gravatar bungeman2016-02-23
Prior to this change SkPackBits.h was in include/core and SkPackBits.cpp in src/core. However, SkPackBits appears to have been written specifically as an implementation detail of the SkTableColorFilter effect. This change moves SkPackBits out of core and into effects, which is the only current user. Review URL: https://codereview.chromium.org/1722173003