| Index: webkit/compositor_bindings/web_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h
|
| index 12e03010060410c4d04c95e8c55f3a9b2a7153aa..5e159d9255e3dd0889521ec55227989f2794033f 100644
|
| --- a/webkit/compositor_bindings/web_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_layer_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebLayer.h"
|
| +#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace cc {
|
| class Layer;
|
| @@ -19,8 +20,8 @@ namespace WebKit {
|
|
|
| class WebLayerImpl : public WebLayer {
|
| public:
|
| - WebLayerImpl();
|
| - explicit WebLayerImpl(scoped_refptr<cc::Layer>);
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebLayerImpl();
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebLayerImpl(scoped_refptr<cc::Layer>);
|
| virtual ~WebLayerImpl();
|
|
|
| // WebLayer implementation.
|
|
|