Index: third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h |
diff --git a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h |
index 65753c4618b76e3a0915ec0619d27130427f134b..65312eb841bbc926184f6d714dd65387492bffb2 100644 |
--- a/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h |
+++ b/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h |
@@ -39,12 +39,13 @@ |
namespace blink { |
class ComputedStyle; |
+class PropertyHandle; |
class CSSAnimatableValueFactory { |
STATIC_ONLY(CSSAnimatableValueFactory); |
public: |
- static PassRefPtr<AnimatableValue> create(CSSPropertyID, |
+ static PassRefPtr<AnimatableValue> create(const PropertyHandle&, |
const ComputedStyle&); |
private: |