| Index: src/core/SkReadBuffer.h
|
| diff --git a/src/core/SkReadBuffer.h b/src/core/SkReadBuffer.h
|
| index 06b5a77abdc41037d18678b11357d367fa0b0386..3d6dd362acccceb5e93c5f72d46eafbba4a24526 100644
|
| --- a/src/core/SkReadBuffer.h
|
| +++ b/src/core/SkReadBuffer.h
|
| @@ -26,6 +26,7 @@
|
| #include "SkXfermode.h"
|
|
|
| class SkBitmap;
|
| +class SkImage;
|
|
|
| #if defined(SK_DEBUG) && defined(SK_BUILD_FOR_MAC)
|
| #define DEBUG_NON_DETERMINISTIC_ASSERT
|
| @@ -169,6 +170,8 @@ public:
|
| */
|
| bool readBitmap(SkBitmap* bitmap);
|
|
|
| + SkImage* readImage();
|
| +
|
| virtual SkTypeface* readTypeface();
|
|
|
| void setBitmapStorage(SkBitmapHeapReader* bitmapStorage) {
|
|
|