Index: Source/core/animation/css/CSSAnimatableValueFactory.cpp |
diff --git a/Source/core/animation/css/CSSAnimatableValueFactory.cpp b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
index e6f6418e31e6d3947f5545c5f962b1e589af3e32..e8bd5793636393dd44966920bd1ab9958bf51f39 100644 |
--- a/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
+++ b/Source/core/animation/css/CSSAnimatableValueFactory.cpp |
@@ -181,6 +181,8 @@ PassRefPtr<AnimatableValue> CSSAnimatableValueFactory::create(CSSPropertyID prop |
return createFromDouble(style->opacity()); |
case CSSPropertyOutlineColor: |
return createFromColor(property, style); |
+ case CSSPropertyOutlineWidth: |
+ return createFromDouble(style->outlineWidth()); |
case CSSPropertyPaddingBottom: |
return createFromLength(style->paddingBottom(), style); |
case CSSPropertyPaddingLeft: |