| Index: webkit/renderer/compositor_bindings/web_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/renderer/compositor_bindings/web_layer_impl.h
|
| similarity index 95%
|
| rename from webkit/compositor_bindings/web_layer_impl.h
|
| rename to webkit/renderer/compositor_bindings/web_layer_impl.h
|
| index 4af57e8b1215acaa1c9348b20e685f0956106215..e218bec9501c48ca65b38ae9304dee5bd408a1ee 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl.h
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_impl.h
|
| @@ -2,8 +2,8 @@
|
| // 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_LAYER_IMPL_H_
|
| -#define WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_H_
|
| +#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_H_
|
| +#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebAnimation.h"
|
| @@ -16,7 +16,7 @@
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebString.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebVector.h"
|
| #include "third_party/skia/include/utils/SkMatrix44.h"
|
| -#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
| +#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace cc { class Layer; }
|
|
|
| @@ -125,4 +125,4 @@ class WebLayerImpl : public WebKit::WebLayer {
|
|
|
| } // namespace WebKit
|
|
|
| -#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_H_
|
| +#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_H_
|
|
|