Index: cc/blink/web_scrollbar_layer_impl.h |
diff --git a/content/renderer/compositor_bindings/web_scrollbar_layer_impl.h b/cc/blink/web_scrollbar_layer_impl.h |
similarity index 74% |
rename from content/renderer/compositor_bindings/web_scrollbar_layer_impl.h |
rename to cc/blink/web_scrollbar_layer_impl.h |
index 47719e1d87c8e1569206a8dd12993071cc9ceadc..14ed66ebb9624c9376c84a93338ddd67b98a9fc2 100644 |
--- a/content/renderer/compositor_bindings/web_scrollbar_layer_impl.h |
+++ b/cc/blink/web_scrollbar_layer_impl.h |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLLBAR_LAYER_IMPL_H_ |
-#define CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLLBAR_LAYER_IMPL_H_ |
+#ifndef CC_BLINK_WEB_SCROLLBAR_LAYER_IMPL_H_ |
+#define CC_BLINK_WEB_SCROLLBAR_LAYER_IMPL_H_ |
#include "base/memory/scoped_ptr.h" |
-#include "content/common/content_export.h" |
+#include "cc/blink/cc_blink_export.h" |
#include "third_party/WebKit/public/platform/WebScrollbar.h" |
#include "third_party/WebKit/public/platform/WebScrollbarLayer.h" |
@@ -15,17 +15,17 @@ class WebScrollbarThemeGeometry; |
class WebScrollbarThemePainter; |
} |
-namespace content { |
+namespace cc_blink { |
class WebLayerImpl; |
class WebScrollbarLayerImpl : public blink::WebScrollbarLayer { |
public: |
- CONTENT_EXPORT WebScrollbarLayerImpl( |
+ CC_BLINK_EXPORT WebScrollbarLayerImpl( |
blink::WebScrollbar* scrollbar, |
blink::WebScrollbarThemePainter painter, |
blink::WebScrollbarThemeGeometry* geometry); |
- CONTENT_EXPORT WebScrollbarLayerImpl( |
+ CC_BLINK_EXPORT WebScrollbarLayerImpl( |
blink::WebScrollbar::Orientation orientation, |
int thumb_thickness, |
int track_start, |
@@ -43,6 +43,6 @@ class WebScrollbarLayerImpl : public blink::WebScrollbarLayer { |
DISALLOW_COPY_AND_ASSIGN(WebScrollbarLayerImpl); |
}; |
-} // namespace content |
+} // namespace cc_blink |
-#endif // CONTENT_RENDERER_COMPOSITOR_BINDINGS_WEB_SCROLLBAR_LAYER_IMPL_H_ |
+#endif // CC_BLINK_WEB_SCROLLBAR_LAYER_IMPL_H_ |