| Index: content/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| diff --git a/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h b/content/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| similarity index 63%
|
| rename from webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| rename to content/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| index 0a2ec2641ced1e8b1087eed8b2fc9e6297ebb06e..88d7f2ddf771aa0b324ea3990e2fdb6aa5194a2f 100644
|
| --- a/webkit/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| +++ b/content/renderer/compositor_bindings/web_solid_color_layer_impl.h
|
| @@ -2,20 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
| -#define WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
| +#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/WebColor.h"
|
| #include "third_party/WebKit/public/platform/WebSolidColorLayer.h"
|
| -#include "webkit/renderer/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| -namespace webkit {
|
| +namespace content {
|
| class WebLayerImpl;
|
|
|
| class WebSolidColorLayerImpl : public blink::WebSolidColorLayer {
|
| public:
|
| - WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebSolidColorLayerImpl();
|
| + CONTENT_EXPORT WebSolidColorLayerImpl();
|
| virtual ~WebSolidColorLayerImpl();
|
|
|
| // blink::WebSolidColorLayer implementation.
|
| @@ -28,7 +28,7 @@ class WebSolidColorLayerImpl : public blink::WebSolidColorLayer {
|
| DISALLOW_COPY_AND_ASSIGN(WebSolidColorLayerImpl);
|
| };
|
|
|
| -} // namespace webkit
|
| +} // namespace content
|
|
|
| -#endif // WEBKIT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
| +#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SOLID_COLOR_LAYER_IMPL_H_
|
|
|
|
|