Index: include/core/SkDevice.h |
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h |
index 4a9edee0ec45473662ad79d33a2538be21c6c5f5..cbc746f833683389dba4ef17139f2feacef0df69 100644 |
--- a/include/core/SkDevice.h |
+++ b/include/core/SkDevice.h |
@@ -378,6 +378,8 @@ private: |
*/ |
virtual void flush() {} |
+ virtual SkImageFilter::GenIDCache* getImageFilterCache() { return NULL; } |
+ |
SkIPoint fOrigin; |
SkMetaData* fMetaData; |