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

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

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/ImageDecodingStoreTest.cpp
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp b/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp
index 47d3e63a17bea5d95875c83aeb85f58358190e2d..6eeee52e6dab8c3aaabccaad8abc58cf99ce226e 100644
--- a/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp
+++ b/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp
@@ -63,7 +63,7 @@ public:
ASSERT_TRUE(false);
}
- virtual ImageFrame::FrameStatus frameStatus()
+ virtual ImageFrame::Status frameStatus()
Peter Kasting 2013/08/23 01:14:02 Nit: Name this status() (same everywhere else in t
urvang (Google) 2013/08/23 02:34:31 Done.
{
return ImageFrame::FramePartial;
}

Powered by Google App Engine
This is Rietveld 408576698