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

Unified Diff: third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp

Issue 2775063002: Move WEBPImageDecoder to SkCodec
Patch Set: Pull in changes from the gif decoder Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp
diff --git a/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp b/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp
index 3ac63a1d36d939732fe8fee80ba7f0fb253d989a..c050bad2ebc15667246622f271e7f157b3637be6 100644
--- a/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp
+++ b/third_party/WebKit/Source/platform/image-decoders/SegmentStream.cpp
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "platform/image-decoders/SegmentStream.h"
+#include <algorithm>
#include <utility>
#include "platform/image-decoders/SegmentReader.h"
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698