| Index: webkit/compositor_bindings/web_io_surface_layer_impl.h
|
| diff --git a/webkit/compositor_bindings/web_io_surface_layer_impl.h b/webkit/compositor_bindings/web_io_surface_layer_impl.h
|
| index b7a80f4190c7c3a9d7d052efee96a1ba9537a50c..d713217847dff16a22206b67ffc22a88b1e06b25 100644
|
| --- a/webkit/compositor_bindings/web_io_surface_layer_impl.h
|
| +++ b/webkit/compositor_bindings/web_io_surface_layer_impl.h
|
| @@ -5,14 +5,15 @@
|
| #ifndef WebIOSurfaceLayerImpl_h
|
| #define WebIOSurfaceLayerImpl_h
|
|
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebIOSurfaceLayer.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "third_party/WebKit/Source/Platform/chromium/public/WebIOSurfaceLayer.h"
|
| +#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
|
|
|
| namespace WebKit {
|
|
|
| class WebIOSurfaceLayerImpl : public WebIOSurfaceLayer {
|
| public:
|
| - WebIOSurfaceLayerImpl();
|
| + WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebIOSurfaceLayerImpl();
|
| virtual ~WebIOSurfaceLayerImpl();
|
|
|
| // WebIOSurfaceLayer implementation.
|
|
|