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

Unified Diff: Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp

Issue 17999003: Deferred image decoding to support animated GIFs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: done Created 7 years, 5 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/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
diff --git a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp b/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
index 7335763b649c2ed7fa86fb17f479fbddcc2ead24..07de1bb63cb7e1fc6b91f250d8217d0ad82958ef 100644
--- a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
+++ b/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
@@ -95,6 +95,10 @@ public:
return m_frameStatus;
}
+ virtual size_t frameCount() { return 1; }
+ virtual int repetitionCount() const { return cAnimationNone; }
+ virtual float frameDuration() const { return 0; }
+
protected:
PassOwnPtr<ScaledImageFragment> createCompleteImage(const SkISize& size)
{

Powered by Google App Engine
This is Rietveld 408576698