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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h

Issue 2618633004: Add support for Animated PNG (Closed)
Patch Set: Fix LayoutTest due to accept header change Created 3 years, 9 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: third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
index fbe85ac1b236bae292dd4f6f23c4da3213193643..4b9dd1248e628d304ccef23d374776221edcdd54 100644
--- a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
+++ b/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
@@ -26,6 +26,10 @@ void createDecodingBaseline(DecoderCreator,
Vector<unsigned>* baselineHashes);
void testByteByByteDecode(DecoderCreator createDecoder,
+ SharedBuffer* data,
+ size_t expectedFrameCount,
+ int expectedRepetitionCount);
+void testByteByByteDecode(DecoderCreator createDecoder,
const char* file,
size_t expectedFrameCount,
int expectedRepetitionCount);

Powered by Google App Engine
This is Rietveld 408576698