Index: Source/core/animation/animatable/AnimatableSVGPaint.cpp |
diff --git a/Source/core/animation/animatable/AnimatableSVGPaint.cpp b/Source/core/animation/animatable/AnimatableSVGPaint.cpp |
index a4311cb82fbfa1789f8633bc0b859ff793a4b535..2dd2bb0cc0b012385602456df6d0307455775064 100644 |
--- a/Source/core/animation/animatable/AnimatableSVGPaint.cpp |
+++ b/Source/core/animation/animatable/AnimatableSVGPaint.cpp |
@@ -36,8 +36,8 @@ namespace WebCore { |
bool AnimatableSVGPaint::usesDefaultInterpolationWith(const AnimatableValue* value) const |
{ |
const AnimatableSVGPaint* svgPaint = toAnimatableSVGPaint(value); |
- return (paintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR || svgPaint->paintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR) |
- && (visitedLinkPaintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR || svgPaint->visitedLinkPaintType() != SVGPaint::SVG_PAINTTYPE_RGBCOLOR); |
+ return (paintType() != SVG_PAINTTYPE_RGBCOLOR || svgPaint->paintType() != SVG_PAINTTYPE_RGBCOLOR) |
+ && (visitedLinkPaintType() != SVG_PAINTTYPE_RGBCOLOR || svgPaint->visitedLinkPaintType() != SVG_PAINTTYPE_RGBCOLOR); |
} |
PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableSVGPaint::interpolateTo(const AnimatableValue* value, double fraction) const |