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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.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/platform/graphics/filters/PaintFilterEffect.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.cpp b/third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.cpp
index 9a369c1a62ddd9248358a7ad7d287631475d7392..23ba712a5beaf16ca61c8a083ec51020cfb75058 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/PaintFilterEffect.cpp
@@ -12,7 +12,7 @@ namespace blink {
PaintFilterEffect::PaintFilterEffect(Filter* filter, const PaintFlags& flags)
: FilterEffect(filter), flags_(flags) {
- SetOperatingColorSpace(kColorSpaceDeviceRGB);
+ SetOperatingInterpolationSpace(kInterpolationSpaceSRGB);
}
PaintFilterEffect::~PaintFilterEffect() {}

Powered by Google App Engine
This is Rietveld 408576698