diff options
Diffstat (limited to 'WebCore/page/animation/AnimationBase.h')
-rw-r--r-- | WebCore/page/animation/AnimationBase.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/page/animation/AnimationBase.h b/WebCore/page/animation/AnimationBase.h index eb9bd12..877d649 100644 --- a/WebCore/page/animation/AnimationBase.h +++ b/WebCore/page/animation/AnimationBase.h @@ -31,6 +31,7 @@ #include "RenderStyleConstants.h" #include <wtf/HashMap.h> +#include <wtf/HashSet.h> #include <wtf/text/AtomicString.h> namespace WebCore { @@ -180,6 +181,8 @@ public: static bool animationOfPropertyIsAccelerated(int prop); #endif + static HashSet<int> animatableShorthandsAffectingProperty(int property); + protected: virtual void overrideAnimations() { } virtual void resumeOverriddenAnimations() { } |