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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.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/SVGFilterBuilder.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
index c2044687d4082a27489c7bb0171b0e2420fdd956..572fad568c7e31ee3b7b404d3a8edff05d76de99 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFilterBuilder.h
@@ -88,7 +88,7 @@ class SVGFilterBuilder {
FilterEffect* GetEffectById(const AtomicString& id) const;
FilterEffect* LastEffect() const { return last_effect_.Get(); }
- static ColorSpace ResolveColorSpace(EColorInterpolation);
+ static InterpolationSpace ResolveInterpolationSpace(EColorInterpolation);
private:
void Add(const AtomicString& id, FilterEffect*);

Powered by Google App Engine
This is Rietveld 408576698