Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3438)

Unified Diff: Source/platform/graphics/BitmapImage.h

Issue 526153002: Add ImageResource update bitmap images api (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« Source/core/fetch/ImageResource.h ('K') | « Source/core/fetch/ImageResourceTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698