Index: include/core/SkPicture.h |
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h |
index a717153dbed9aef0c090e49610a73184d92a6c9f..5d4151053280a150851f215f906eb3c1a46721c2 100644 |
--- a/include/core/SkPicture.h |
+++ b/include/core/SkPicture.h |
@@ -11,7 +11,6 @@ |
#define SkPicture_DEFINED |
#include "SkBitmap.h" |
-#include "SkImageDecoder.h" |
#include "SkRefCnt.h" |
class SkBBoxHierarchy; |
@@ -66,7 +65,7 @@ public: |
* invalid. |
*/ |
static SkPicture* CreateFromStream(SkStream*, |
- InstallPixelRefProc proc = &SkImageDecoder::DecodeMemory); |
+ InstallPixelRefProc proc = NULL); |
/** |
* Recreate a picture that was serialized into a buffer. If the creation requires bitmap |