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

Unified Diff: third_party/WebKit/Source/core/paint/SVGFilterPainter.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/SVGFilterPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
index 6d6bf86af8f9553c03dd258443305dcdab435619..262338da28fcb1b3d14945ba19effcea36607bd9 100644
--- a/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGFilterPainter.cpp
@@ -64,7 +64,7 @@ static void PaintFilteredContent(GraphicsContext& context,
LayoutObjectDrawingRecorder recorder(context, object, DisplayItem::kSVGFilter,
bounds);
sk_sp<SkImageFilter> image_filter =
- SkiaImageFilterBuilder::Build(effect, kColorSpaceDeviceRGB);
+ SkiaImageFilterBuilder::Build(effect, kInterpolationSpaceSRGB);
context.Save();
// Clip drawing of filtered image to the minimum required paint rect.

Powered by Google App Engine
This is Rietveld 408576698