| Index: ui/gfx/surface/accelerated_surface_mac.h
|
| ===================================================================
|
| --- ui/gfx/surface/accelerated_surface_mac.h (revision 96560)
|
| +++ ui/gfx/surface/accelerated_surface_mac.h (working copy)
|
| @@ -15,6 +15,7 @@
|
| #include "ui/gfx/size.h"
|
| #include "ui/gfx/gl/gl_context.h"
|
| #include "ui/gfx/gl/gl_surface.h"
|
| +#include "ui/gfx/surface/surface_export.h"
|
| #include "ui/gfx/surface/transport_dib.h"
|
|
|
| // Should not include GL headers in a header file. Forward declare these types
|
| @@ -32,7 +33,7 @@
|
| // uses a regular dib. There will either be an IOSurface or a TransportDIB,
|
| // never both.
|
|
|
| -class AcceleratedSurface {
|
| +class SURFACE_EXPORT AcceleratedSurface {
|
| public:
|
| AcceleratedSurface();
|
| virtual ~AcceleratedSurface();
|
|
|