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

Unified Diff: third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.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/graphics/DeferredImageDecoder.h
diff --git a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
index 338360a6701775c2766f70c37930d214ff59994d..443c399c0bd5c8b0f8824bcb2a9aa6dce9ecb377 100644
--- a/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
+++ b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
@@ -53,8 +53,7 @@ class PLATFORM_EXPORT DeferredImageDecoder final {
PassRefPtr<SharedBuffer> data,
bool dataComplete,
ImageDecoder::AlphaOption,
- ImageDecoder::ColorSpaceOption,
- sk_sp<SkColorSpace> targetColorSpace);
+ const ColorBehavior&);
static std::unique_ptr<DeferredImageDecoder> createForTesting(
std::unique_ptr<ImageDecoder>);

Powered by Google App Engine
This is Rietveld 408576698