Index: webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
diff --git a/webkit/compositor_bindings/web_compositor_support_impl.h b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
similarity index 89% |
rename from webkit/compositor_bindings/web_compositor_support_impl.h |
rename to webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
index bcd2e0085069c2e0afee5849a66a15acdf5b76c3..fb947115835f27ff7c908132fe45544579c58c84 100644 |
--- a/webkit/compositor_bindings/web_compositor_support_impl.h |
+++ b/webkit/renderer/compositor_bindings/web_compositor_support_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_COMPOSITOR_SUPPORT_IMPL_H_ |
-#define WEBKIT_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_ |
+#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_ |
+#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_ |
#include "base/memory/ref_counted.h" |
#include "base/message_loop_proxy.h" |
-#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebCompositorSupport.h" |
+#include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformOperations.h" |
namespace WebKit { |
@@ -50,4 +50,4 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport { |
} // namespace webkit |
-#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_ |
+#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_COMPOSITOR_SUPPORT_IMPL_H_ |