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 93% |
rename from third_party/WebKit/public/platform/WebFilterKeyframe.h |
rename to third_party/WebKit/Source/platform/animation/WebFilterKeyframe.h |
index 093e147da111730b01e48e7e0a8207061f777153..a836b9c1a7733bff388733b3eba16e9b9ffa4cea 100644 |
--- a/third_party/WebKit/public/platform/WebFilterKeyframe.h |
+++ b/third_party/WebKit/Source/platform/animation/WebFilterKeyframe.h |
@@ -32,11 +32,14 @@ |
#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; } |
+namespace WTF { |
+template <typename T> |
+class PassOwnPtr; |
+} |
#endif |
namespace blink { |