diff options
Diffstat (limited to 'WebCore/page/animation/KeyframeAnimation.h')
| -rw-r--r-- | WebCore/page/animation/KeyframeAnimation.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/page/animation/KeyframeAnimation.h b/WebCore/page/animation/KeyframeAnimation.h index 4905fc3..e3b8f53 100644 --- a/WebCore/page/animation/KeyframeAnimation.h +++ b/WebCore/page/animation/KeyframeAnimation.h @@ -32,10 +32,11 @@ #include "AnimationBase.h" #include "Document.h" #include "KeyframeList.h" -#include "RenderStyle.h" namespace WebCore { +class RenderStyle; + // A KeyframeAnimation tracks the state of an explicit animation // for a single RenderObject. class KeyframeAnimation : public AnimationBase { |
