| Index: webkit/compositor_bindings/web_external_texture_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_external_texture_layer_impl.h b/webkit/compositor_bindings/web_external_texture_layer_impl.h
|
| index 95f6df45c26a6bfb5c1885558561996a2b8992d9..a991a1982bd05b4aaf60ab9c9f40366d8d6dd51d 100644
|
| --- a/webkit/compositor_bindings/web_external_texture_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_external_texture_layer_impl.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "cc/texture_layer_client.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebExternalTextureLayer.h"
|
| +#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace WebKit {
|
|
|
| @@ -16,7 +17,8 @@ class WebLayerImpl;
|
| class WebExternalTextureLayerImpl : public WebExternalTextureLayer,
|
| public cc::TextureLayerClient {
|
| public:
|
| - explicit WebExternalTextureLayerImpl(WebExternalTextureLayerClient*);
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT explicit WebExternalTextureLayerImpl(
|
| + WebExternalTextureLayerClient*);
|
| virtual ~WebExternalTextureLayerImpl();
|
|
|
| // WebExternalTextureLayer implementation.
|
|
|