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

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

Issue 985583002: Don't cache any SkBitmaps in DeferredImageDecoder (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: done now Created 5 years, 9 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/BitmapImage.h
diff --git a/Source/platform/graphics/BitmapImage.h b/Source/platform/graphics/BitmapImage.h
index c3cb3edf22c5bd5aa6b639548943a5b30b2e80fa..2851422976a8998c7973bcae0b78dd8814d6ddb5 100644
--- a/Source/platform/graphics/BitmapImage.h
+++ b/Source/platform/graphics/BitmapImage.h
@@ -35,6 +35,7 @@
#include "platform/graphics/ImageAnimationPolicy.h"
#include "platform/graphics/ImageOrientation.h"
#include "platform/graphics/ImageSource.h"
+#include "platform/image-decoders/ImageAnimation.h"
#include "wtf/Forward.h"
namespace blink {
@@ -72,7 +73,6 @@ public:
bool isAllDataReceived() const { return m_allDataReceived; }
bool hasColorProfile() const;
- void resetDecoder();
// It may look unusual that there's no start animation call as public API.
// This because we start and stop animating lazily. Animation starts when
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/graphics/BitmapImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698