commit | e68f7362b1e00e88688906de6384e4e5a83076d0 | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Wed Mar 25 14:02:37 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 14:02:37 2015 -0700 |
tree | 5020c5280d38a5a9f3171e853bb5d3d5c72bbdd0 | |
parent | 9c59ebc0db7cade1537591813430f7be47123e76 [diff] |
Add more parameters to GrTextContext::canDraw Updates canDraw to accept all the same Skia/Gr objects as the drawText functions, since that information may very well be relevant in determining whether a context can draw. Also moves the onDrawTextBlob implementation directly into drawTextBlob. BUG=skia: Review URL: https://codereview.chromium.org/1010113004