commit | 9c240a1e6d314056fe0d6a8a33a3c60a6e19288f | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu May 28 07:45:59 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu May 28 07:45:59 2015 -0700 |
tree | ddbe73e7823816eed36ca9989739e4ec86f96dbe | |
parent | 6e43465039f8aa67084256292c65e6f842a57bb7 [diff] |
Break GrTextContext's reliance on SkGpuDevice This CL seems to have 2 main downsides: 1) It duplicates some code in SkBaseDevice::filterTextFlags 2) It makes it tougher to derive from SkGpuDevice It seems reasonable (at least to me) that the TextContexts get the power to reset the LCD flags. Review URL: https://codereview.chromium.org/1159973002