aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2016-08-23 14:02:54 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-23 14:02:54 -0700
commit19fe41e85e6ce3e78b3a69fce1cf28edf937027d (patch)
tree79a2171ccb175dcd4229146c4b03d28af412fcb9 /include/core
parent457b42a6398020c3791f62f8c8637653e0d39bcc (diff)
Remove SkPixelRef::getTexture()
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkPixelRef.h4
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.