diff options
author | bsalomon <bsalomon@google.com> | 2016-08-23 14:02:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-23 14:02:54 -0700 |
commit | 19fe41e85e6ce3e78b3a69fce1cf28edf937027d (patch) | |
tree | 79a2171ccb175dcd4229146c4b03d28af412fcb9 /include/core | |
parent | 457b42a6398020c3791f62f8c8637653e0d39bcc (diff) |
Remove SkPixelRef::getTexture()
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2264293003
Review-Url: https://codereview.chromium.org/2264293003
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPixelRef.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h index 9aa1b71144..2677e5f22d 100644 --- a/include/core/SkPixelRef.h +++ b/include/core/SkPixelRef.h @@ -206,10 +206,6 @@ public: bool requestLock(const LockRequest&, LockResult*); - /** Are we really wrapping a texture instead of a bitmap? - */ - virtual GrTexture* getTexture() { return NULL; } - /** * If this can efficiently return YUV data, this should return true. * Otherwise this returns false and does not modify any of the parameters. |