Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTest.cpp

Issue 1870963002: Clean up CompositorPendingAnimations inclusion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/animation/AnimationTest.cpp
diff --git a/third_party/WebKit/Source/core/animation/AnimationTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
index 5a8e97fdc736b85ea4a9661b18884c5b4ff38492..85019438d3b07b60db7f3c8959068a18b714a20c 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTest.cpp
+++ b/third_party/WebKit/Source/core/animation/AnimationTest.cpp
@@ -32,6 +32,7 @@
#include "core/animation/AnimationClock.h"
#include "core/animation/AnimationTimeline.h"
+#include "core/animation/CompositorPendingAnimations.h"
#include "core/animation/ElementAnimations.h"
#include "core/animation/KeyframeEffect.h"
#include "core/dom/Document.h"

Powered by Google App Engine