| Index: webkit/renderer/compositor_bindings/web_transform_operations_impl.h
|
| diff --git a/webkit/compositor_bindings/web_transform_operations_impl.h b/webkit/renderer/compositor_bindings/web_transform_operations_impl.h
|
| similarity index 80%
|
| rename from webkit/compositor_bindings/web_transform_operations_impl.h
|
| rename to webkit/renderer/compositor_bindings/web_transform_operations_impl.h
|
| index b923a5f136eb22644dd71a4a893808ade7e1b1b2..0307dc59d8dc99368c1dd01f294e1bda70638ac1 100644
|
| --- a/webkit/compositor_bindings/web_transform_operations_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_transform_operations_impl.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
| -#define WEBKIT_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
| +#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
| +#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/animation/transform_operations.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebTransformOperations.h"
|
| -#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
| +#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace webkit {
|
|
|
| @@ -38,4 +38,4 @@ class WebTransformOperationsImpl : public WebKit::WebTransformOperations {
|
|
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
| +#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_TRANSFORM_OPERATIONS_IMPL_H_
|
|
|