commit | ccb1b5751075506b4615d2112889d01ee8ad6436 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Wed May 27 11:02:55 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed May 27 11:02:55 2015 -0700 |
tree | 84bac0d48ad26f2f3bdb8c4b2ddeb95bb3459750 | |
parent | 24a366a03756d7a8755f940d3160698cf9122cc0 [diff] |
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter This CL is ugly but it: removes the stored SkGpuDevice back pointer from GrTextContext (at the cost of passing more parameters) moves SkGpuDevice::internalDrawPath to GrDrawContext::drawPathFull Unfortunately, the GrTextContext-derived classes still need the SkGpuDevice for filterTextFlags calls but I will try removing that in a separate CL. Review URL: https://codereview.chromium.org/1157773003