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

Unified Diff: third_party/WebKit/Source/platform/animation/WebFilterKeyframe.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/WebFilterKeyframe.h
diff --git a/third_party/WebKit/public/platform/WebFilterKeyframe.h b/third_party/WebKit/Source/platform/animation/WebFilterKeyframe.h
similarity index 95%
rename from third_party/WebKit/public/platform/WebFilterKeyframe.h
rename to third_party/WebKit/Source/platform/animation/WebFilterKeyframe.h
index 093e147da111730b01e48e7e0a8207061f777153..b3ea123cc27afb4b7d48713b8db5a012b6fc54bf 100644
--- a/third_party/WebKit/public/platform/WebFilterKeyframe.h
+++ b/third_party/WebKit/Source/platform/animation/WebFilterKeyframe.h
@@ -32,8 +32,8 @@
#ifndef WebFilterKeyframe_h
#define WebFilterKeyframe_h
-#include "WebFilterOperations.h"
-#include "WebPrivateOwnPtr.h"
+#include "platform/animation/WebFilterOperations.h"
+#include "public/platform/WebPrivateOwnPtr.h"
#if INSIDE_BLINK
namespace WTF { template <typename T> class PassOwnPtr; }

Powered by Google App Engine
This is Rietveld 408576698