Index: src/image/SkImage_Base.h |
diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h |
index 5daf4195e20d61659385b6cf36e07ee332e48950..3bbff58a18a7efa25cb7ca8371f7be39f1fa5456 100644 |
--- a/src/image/SkImage_Base.h |
+++ b/src/image/SkImage_Base.h |
@@ -46,7 +46,7 @@ public: |
virtual bool onReadPixels(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRowBytes, |
int srcX, int srcY) const; |
- virtual GrTexture* onGetTexture() const { return NULL; } |
+ virtual GrTexture* getTexture() const { return NULL; } |
// return a read-only copy of the pixels. We promise to not modify them, |
// but only inspect them (or encode them). |