Index: Source/platform/graphics/BitmapImage.h |
diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h |
index c91b0af18b95a9ef31a769b8802e679e7c067499..7a32b9eee835f4fb15144845ee78d6878e0658a9 100644 |
--- a/Source/platform/graphics/BitmapImage.h |
+++ b/Source/platform/graphics/BitmapImage.h |
@@ -83,6 +83,7 @@ public: |
virtual bool currentFrameKnownToBeOpaque() OVERRIDE; |
ImageOrientation currentFrameOrientation(); |
+ void resetDecoder(); |
#if ENABLE(ASSERT) |
virtual bool notSolidColor() OVERRIDE; |
@@ -91,7 +92,6 @@ public: |
private: |
friend class BitmapImageTest; |
- void resetDecoder(); |
void updateSize() const; |
protected: |