Index: webkit/compositor_bindings/web_content_layer_impl.h |
diff --git a/webkit/compositor_bindings/web_content_layer_impl.h b/webkit/compositor_bindings/web_content_layer_impl.h |
index 6b73d9791371406bf5ea652be66cb20a770c995f..b31a090a27896eca79ae14421930dac2a13df8b3 100644 |
--- a/webkit/compositor_bindings/web_content_layer_impl.h |
+++ b/webkit/compositor_bindings/web_content_layer_impl.h |
@@ -8,7 +8,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "cc/content_layer_client.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebContentLayer.h" |
-#include "web_layer_impl.h" |
+#include "webkit/compositor_bindings/web_layer_impl.h" |
+#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h" |
namespace cc { |
class IntRect; |
@@ -21,7 +22,8 @@ class WebContentLayerClient; |
class WebContentLayerImpl : public WebContentLayer, |
public cc::ContentLayerClient { |
public: |
- explicit WebContentLayerImpl(WebContentLayerClient*); |
+ WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebContentLayerImpl( |
+ WebContentLayerClient*); |
// WebContentLayer implementation. |
virtual WebLayer* layer() OVERRIDE; |