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