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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.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/core/svg/graphics/filters/SVGFEImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
index 57487685db8ae0d22a7a8c23b700443100af6ab6..adc08cb5b349da93dbe14ab3df88d1bda9731db3 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
@@ -45,7 +45,7 @@ class FEImage final : public FilterEffect {
// feImage does not perform color interpolation of any kind, so doesn't
// depend on 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