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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
index 2a82a790d139d8ecc3692a67b484cc69b1ca762c..4e62406f2685e6eaf60ea4108849d7c8a2a8a922 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.cpp
@@ -26,7 +26,7 @@
namespace blink {
SourceGraphic::SourceGraphic(Filter* filter) : FilterEffect(filter) {
- SetOperatingColorSpace(kColorSpaceDeviceRGB);
+ SetOperatingInterpolationSpace(kInterpolationSpaceSRGB);
}
SourceGraphic::~SourceGraphic() {}
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698