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

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

Issue 2556723003: Merge color options into ColorBehavior (Closed)
Patch Set: Feedback Created 4 years 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/png/PNGImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
index dacc93828c0ce9879cd776667be3e5fb0c33aed2..a2e3d6810f10712af7a482976a43efc3a9668c38 100644
--- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h
@@ -38,8 +38,7 @@ class PLATFORM_EXPORT PNGImageDecoder final : public ImageDecoder {
public:
PNGImageDecoder(AlphaOption,
- ColorSpaceOption,
- sk_sp<SkColorSpace>,
+ const ColorBehavior&,
size_t maxDecodedBytes,
size_t offset = 0);
~PNGImageDecoder() override;

Powered by Google App Engine
This is Rietveld 408576698