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