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

Unified Diff: Source/platform/graphics/DeferredImageDecoderTest.cpp

Issue 418653002: Allowing YUV data to be retrieved from the JPEG Decoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes to ImageFrameGenerator for now Created 6 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/platform/graphics/DeferredImageDecoderTest.cpp
diff --git a/Source/platform/graphics/DeferredImageDecoderTest.cpp b/Source/platform/graphics/DeferredImageDecoderTest.cpp
index 0c3fafb13611f93d0e5ecf96668a40688abbdc6c..dd52f0ce7605ad4f2f37128d1e5a04d2579eb7be 100644
--- a/Source/platform/graphics/DeferredImageDecoderTest.cpp
+++ b/Source/platform/graphics/DeferredImageDecoderTest.cpp
@@ -123,7 +123,7 @@ public:
return m_frameDuration;
}
- virtual IntSize decodedSize() const OVERRIDE
+ virtual IntSize decodedSize(int component) const OVERRIDE
{
return m_decodedSize;
}
« no previous file with comments | « no previous file | Source/platform/graphics/ImageFrameGenerator.cpp » ('j') | Source/platform/graphics/ImageFrameGenerator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698