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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEFlood.h

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/FEFlood.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
index f09fd73254de966bbb1bba4e573ca08d177a5031..f65e10bc465170bd258de886bfd190f899106a7b 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEFlood.h
@@ -41,7 +41,7 @@ class PLATFORM_EXPORT FEFlood final : public FilterEffect {
// feFlood does not perform color interpolation of any kind, so the result is
// always in the current color space regardless of the value of
// color-interpolation-filters.
- void SetOperatingColorSpace(ColorSpace) override {}
+ void SetOperatingInterpolationSpace(InterpolationSpace) override {}
TextStream& ExternalRepresentation(TextStream&, int indention) const override;

Powered by Google App Engine
This is Rietveld 408576698