| Index: webkit/compositor_bindings/web_image_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_image_layer_impl.h b/webkit/compositor_bindings/web_image_layer_impl.h
|
| index 06eb234ab4a6d6ac6dd6f542396203d1b911ecc8..b1c82d2fd3fd79eb68e9e2f32839b63a08a07502 100644
|
| --- a/webkit/compositor_bindings/web_image_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_image_layer_impl.h
|
| @@ -7,17 +7,18 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "third_party/WebKit/Source/Platform/chromium/public/WebImageLayer.h"
|
| +#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace WebKit {
|
| class WebLayerImpl;
|
|
|
| class WebImageLayerImpl : public WebImageLayer {
|
| public:
|
| - WebImageLayerImpl();
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebImageLayerImpl();
|
| virtual ~WebImageLayerImpl();
|
|
|
| // WebImageLayer implementation.
|
| - WebLayer* layer() OVERRIDE;
|
| + virtual WebLayer* layer() OVERRIDE;
|
| virtual void setBitmap(SkBitmap) OVERRIDE;
|
|
|
| private:
|
|
|