| Index: ui/gfx/surface/accelerated_surface_wayland.h
|
| ===================================================================
|
| --- ui/gfx/surface/accelerated_surface_wayland.h (revision 96995)
|
| +++ ui/gfx/surface/accelerated_surface_wayland.h (working copy)
|
| @@ -8,14 +8,12 @@
|
|
|
| #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 SURFACE_EXPORT AcceleratedSurface
|
| - : public base::RefCounted<AcceleratedSurface> {
|
| +class AcceleratedSurface : public base::RefCounted<AcceleratedSurface> {
|
| public:
|
| AcceleratedSurface(const gfx::Size& size);
|
| const gfx::Size& size() const { return size_; }
|
|
|