| 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; }
|
|
|