Index: third_party/WebKit/Source/core/animation/Keyframe.h |
diff --git a/third_party/WebKit/Source/core/animation/Keyframe.h b/third_party/WebKit/Source/core/animation/Keyframe.h |
index 542bdfc5e991377f7e66b41be88db26205b941db..7033cb7617bf06101733e748efd65f34eafe6f6c 100644 |
--- a/third_party/WebKit/Source/core/animation/Keyframe.h |
+++ b/third_party/WebKit/Source/core/animation/Keyframe.h |
@@ -11,6 +11,9 @@ |
#include "core/animation/PropertyHandle.h" |
#include "core/animation/animatable/AnimatableValue.h" |
#include "wtf/Allocator.h" |
+#include "wtf/Forward.h" |
+#include "wtf/RefCounted.h" |
+#include "wtf/RefPtr.h" |
namespace blink { |