Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index 1736e24a8d5d619300945e1a8fe5e01b61ef9d7f..d199048695c5b533d11d2c0a0e2400cbaa4e39a7 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -308,7 +308,6 @@ static SVGPaintType normalizeSVGPaintType(SVGPaintType paintType) |
return paintType == SVG_PAINTTYPE_CURRENTCOLOR ? SVG_PAINTTYPE_RGBCOLOR : paintType; |
} |
-// FIXME: Generate this function. |
PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID property, const ComputedStyle& style) |
{ |
DCHECK(CSSPropertyMetadata::isInterpolableProperty(property)); |