| Index: webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_tree_view_impl.h b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| index b6e670739b8233a8fb57d42aba53f27a8495b713..94dfae20ad39d2283cf4d424192d1e1f058c1a66 100644
|
| --- a/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_tree_view_impl.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/layer_tree_host_client.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayerTreeView.h"
|
| +#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace cc {
|
| class FontAtlas;
|
| @@ -22,10 +23,12 @@ class WebLayerTreeViewClientAdapter;
|
|
|
| class WebLayerTreeViewImpl : public WebLayerTreeView, public cc::LayerTreeHostClient {
|
| public:
|
| - explicit WebLayerTreeViewImpl(WebLayerTreeViewClient*);
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebLayerTreeViewImpl(
|
| + WebLayerTreeViewClient*);
|
| virtual ~WebLayerTreeViewImpl();
|
|
|
| - bool initialize(const Settings&, scoped_ptr<cc::Thread> implThread);
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT bool initialize(
|
| + const Settings&, scoped_ptr<cc::Thread> implThread);
|
|
|
| // WebLayerTreeView implementation.
|
| virtual void setSurfaceReady() OVERRIDE;
|
|
|