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

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: Fix assert fail on debug 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..4a7d7d5bd1ca1343f70fe4c1810ead9f72e6c43a 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 status()
{
return ImageFrame::FramePartial;
}

Powered by Google App Engine
This is Rietveld 408576698