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

Unified Diff: third_party/WebKit/Source/core/paint/FilterPainter.cpp

Issue 2884313002: color: Rename blink::ColorSpace to blink::InterpolationSpace (Closed)
Patch Set: Incorporate review feedback Created 3 years, 7 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/core/paint/FilterPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/FilterPainter.cpp b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
index 7ff27da3645caf08d06f9be768f953defcc6ab98..8a4ddc08f6300e34d952e5c645cc86392483638a 100644
--- a/third_party/WebKit/Source/core/paint/FilterPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/FilterPainter.cpp
@@ -40,7 +40,7 @@ FilterPainter::FilterPainter(PaintLayer& layer,
return;
sk_sp<SkImageFilter> image_filter =
- SkiaImageFilterBuilder::Build(last_effect, kColorSpaceDeviceRGB);
+ SkiaImageFilterBuilder::Build(last_effect, kInterpolationSpaceSRGB);
if (!image_filter)
return;

Powered by Google App Engine
This is Rietveld 408576698