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

Unified Diff: Source/core/platform/graphics/chromium/test/MockImageDecoder.h

Issue 23068027: Animated WebP: Optimize decoding in case of seeking (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@add_noblend_image
Patch Set: comment Created 7 years, 4 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/test/MockImageDecoder.h
diff --git a/Source/core/platform/graphics/chromium/test/MockImageDecoder.h b/Source/core/platform/graphics/chromium/test/MockImageDecoder.h
index 50b05c84457dd32cc1a57d5cb3fe371eb5258ad3..354fa16e96b42c0ef5915239c622d0135f377145 100644
--- a/Source/core/platform/graphics/chromium/test/MockImageDecoder.h
+++ b/Source/core/platform/graphics/chromium/test/MockImageDecoder.h
@@ -34,7 +34,7 @@ class MockImageDecoderClient {
public:
virtual void decoderBeingDestroyed() = 0;
virtual void frameBufferRequested() = 0;
- virtual ImageFrame::FrameStatus frameStatus() = 0;
+ virtual ImageFrame::Status frameStatus() = 0;
virtual size_t frameCount() = 0;
virtual int repetitionCount() const = 0;
virtual float frameDuration() const = 0;

Powered by Google App Engine
This is Rietveld 408576698