Index: src/core/SkBitmapProcShader.h |
diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h |
index 7a4ddb45ab6587334a99e6ea1cf03ef8c99b49f8..1c4a13f0c422f45e64ae4fa0cbe75294494fa4fc 100644 |
--- a/src/core/SkBitmapProcShader.h |
+++ b/src/core/SkBitmapProcShader.h |
@@ -30,6 +30,8 @@ public: |
static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty); |
+ virtual SkBitmap* getBitmap() { return &fRawBitmap;} |
+ |
SK_DEVELOPER_TO_STRING() |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapProcShader) |