Index: Source/core/animation/AnimatableSVGPaint.cpp |
diff --git a/Source/core/animation/AnimatableSVGPaint.cpp b/Source/core/animation/AnimatableSVGPaint.cpp |
index 94eca3cd5875c5ec4d48b503446c492ece0c67f4..d056dbe3d445e741b71ae684a764aa4d4510a7de 100644 |
--- a/Source/core/animation/AnimatableSVGPaint.cpp |
+++ b/Source/core/animation/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 |