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

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

Issue 1616653002: CC Animation: Move files from cc_blink to Source/platform/animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ScrollAnimatorCompositorCoordinator for MSVC. Created 4 years, 11 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/CompositorAnimationsImpl.h
diff --git a/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h b/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h
index 7320bb91669a92bab951564f5934d4b319c92f3c..c3775d89cdf28e8bac7c6a31289826bdc4e6df64 100644
--- a/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h
+++ b/third_party/WebKit/Source/core/animation/CompositorAnimationsImpl.h
@@ -36,7 +36,7 @@
#include "core/animation/KeyframeEffectModel.h"
#include "core/animation/Timing.h"
#include "platform/animation/TimingFunction.h"
-#include "public/platform/WebCompositorAnimation.h"
+#include "platform/animation/WebCompositorAnimation.h"
#include "wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698