summaryrefslogtreecommitdiffstats
path: root/ui/gfx/surface/accelerated_surface_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/surface/accelerated_surface_linux.h')
-rw-r--r--ui/gfx/surface/accelerated_surface_linux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/gfx/surface/accelerated_surface_linux.h b/ui/gfx/surface/accelerated_surface_linux.h
index b905712..e7882b8 100644
--- a/ui/gfx/surface/accelerated_surface_linux.h
+++ b/ui/gfx/surface/accelerated_surface_linux.h
@@ -8,10 +8,12 @@
#include "base/memory/ref_counted.h"
#include "ui/gfx/size.h"
+#include "ui/gfx/surface/surface_export.h"
// 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_; }