Index: ui/gfx/surface/accelerated_surface_wayland.h |
=================================================================== |
--- ui/gfx/surface/accelerated_surface_wayland.h (revision 96780) |
+++ ui/gfx/surface/accelerated_surface_wayland.h (working copy) |
@@ -8,12 +8,14 @@ |
#include "base/memory/ref_counted.h" |
#include "ui/gfx/size.h" |
+#include "ui/gfx/surface/surface_export.h" |
struct wl_egl_pixmap; |
// The GL context associated with the surface must be current when |
// an instance is created or destroyed. |
-class AcceleratedSurface : public base::RefCounted<AcceleratedSurface> { |
+class SURFACE_EXPORT AcceleratedSurface |
+ : public base::RefCounted<AcceleratedSurface> { |
public: |
AcceleratedSurface(const gfx::Size& size); |
const gfx::Size& size() const { return size_; } |