| Index: webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| diff --git a/webkit/compositor_bindings/web_layer_impl_fixed_bounds.h b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| similarity index 86%
|
| rename from webkit/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| rename to webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| index 2e906b99cf4313e8349d832f9f32d28877549d3c..84314d47334881ff1f88c6e9b66c5a430796b476 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| +++ b/webkit/renderer/compositor_bindings/web_layer_impl_fixed_bounds.h
|
| @@ -2,12 +2,12 @@
|
| // 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_FIXED_BOUNDS_H_
|
| -#define WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
|
| +#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
|
| +#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
|
|
|
| #include "ui/gfx/size.h"
|
| #include "ui/gfx/transform.h"
|
| -#include "webkit/compositor_bindings/web_layer_impl.h"
|
| +#include "webkit/renderer/compositor_bindings/web_layer_impl.h"
|
|
|
| namespace webkit {
|
|
|
| @@ -51,4 +51,4 @@ class WebLayerImplFixedBounds : public WebLayerImpl {
|
|
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
|
| +#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_LAYER_IMPL_FIXED_BOUNDS_H_
|
|
|