Index: third_party/WebKit/Source/core/animation/AnimationInputHelpers.h |
diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h |
index 1fbbc14a3783bb27f2f9be9453892ba57bdab896..ff4f3baf921cea5209d5348ce20cc8103a694d1e 100644 |
--- a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h |
+++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h |
@@ -7,10 +7,12 @@ |
#include "core/CSSPropertyNames.h" |
#include "core/CoreExport.h" |
+#include "wtf/Allocator.h" |
#include "wtf/Forward.h" |
namespace blink { |
+class Document; |
class Element; |
class ExceptionState; |
class TimingFunction; |