| 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*);
|
|
|