Chromium Code Reviews| Index: src/image/SkImage_Base.h |
| diff --git a/src/image/SkImage_Base.h b/src/image/SkImage_Base.h |
| index 3bbff58a18a7efa25cb7ca8371f7be39f1fa5456..25b6e58906478d68e1db3a8a4c09249aab0d0052 100644 |
| --- a/src/image/SkImage_Base.h |
| +++ b/src/image/SkImage_Base.h |
| @@ -60,6 +60,8 @@ public: |
| virtual SkImage* onNewImage(int newWidth, int newHeight, const SkIRect* subset, |
| SkFilterQuality) const; |
| + virtual SkData* onRefEncodedData(SkIPoint*) const { return NULL; } |
| + |
| private: |
| const SkSurfaceProps fProps; |