| Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| index 4cec993fb351693ece3bd5b804cb8973b368916d..33ccc639cb8454aadd74b969ee81f3b27ee3a2eb 100644
|
| --- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| +++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp
|
| @@ -182,6 +182,8 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID prop
|
| return createFromDouble(style->fillOpacity());
|
| case CSSPropertyFill:
|
| return AnimatableSVGPaint::create(style->svgStyle()->fillPaintType(), style->svgStyle()->fillPaintColor(), style->svgStyle()->fillPaintUri());
|
| + case CSSPropertyFloodOpacity:
|
| + return createFromDouble(style->floodOpacity());
|
| case CSSPropertyHeight:
|
| return createFromLength(style->height(), style);
|
| case CSSPropertyKerning:
|
|
|