| Index: Source/core/rendering/style/RenderStyle.h
|
| diff --git a/Source/core/rendering/style/RenderStyle.h b/Source/core/rendering/style/RenderStyle.h
|
| index 43262c7178fe3a159fdcd21d323cdaeddeee9aca..7127c54d8ccfbc7662cbbc6e04181eac62c8c3f1 100644
|
| --- a/Source/core/rendering/style/RenderStyle.h
|
| +++ b/Source/core/rendering/style/RenderStyle.h
|
| @@ -887,7 +887,7 @@ public:
|
| bool hasTransitions() const { return rareNonInheritedData->m_transitions && rareNonInheritedData->m_transitions->size() > 0; }
|
|
|
| // return the first found Animation (including 'all' transitions)
|
| - const Animation* transitionForProperty(CSSPropertyID) const;
|
| + const CSSAnimationData* transitionForProperty(CSSPropertyID) const;
|
|
|
| ETransformStyle3D transformStyle3D() const { return static_cast<ETransformStyle3D>(rareNonInheritedData->m_transformStyle3D); }
|
| bool preserves3D() const { return rareNonInheritedData->m_transformStyle3D == TransformStyle3DPreserve3D; }
|
|
|