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

Unified Diff: third_party/WebKit/Source/platform/animation/WebTransformKeyframe.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/platform/animation/WebTransformKeyframe.h
diff --git a/third_party/WebKit/public/platform/WebTransformKeyframe.h b/third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h
similarity index 93%
rename from third_party/WebKit/public/platform/WebTransformKeyframe.h
rename to third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h
index 4adc83af5845124fd0c12a3e520f8e77f7dd26a8..65e427280260e23e4712cb360347b7b9b9e697d9 100644
--- a/third_party/WebKit/public/platform/WebTransformKeyframe.h
+++ b/third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h
@@ -25,9 +25,9 @@
#ifndef WebTransformKeyframe_h
#define WebTransformKeyframe_h
-#include "WebNonCopyable.h"
-#include "WebPrivateOwnPtr.h"
-#include "WebTransformOperations.h"
+#include "platform/animation/WebTransformOperations.h"
+#include "public/platform/WebNonCopyable.h"
+#include "public/platform/WebPrivateOwnPtr.h"
#if INSIDE_BLINK
namespace WTF { template <typename T> class PassOwnPtr; }
#endif

Powered by Google App Engine
This is Rietveld 408576698