Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2062)

Unified Diff: third_party/WebKit/Source/core/animation/AnimationInputHelpers.h

Issue 2007073003: Move CSSPropertyID templates instantiations to a separate file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove more includes from CSSPropertyNames.h Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698