Index: ui/gfx/surface/accelerated_surface_mac.h |
=================================================================== |
--- ui/gfx/surface/accelerated_surface_mac.h (revision 96995) |
+++ ui/gfx/surface/accelerated_surface_mac.h (working copy) |
@@ -15,7 +15,6 @@ |
#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 |
@@ -33,7 +32,7 @@ |
// uses a regular dib. There will either be an IOSurface or a TransportDIB, |
// never both. |
-class SURFACE_EXPORT AcceleratedSurface { |
+class AcceleratedSurface { |
public: |
AcceleratedSurface(); |
virtual ~AcceleratedSurface(); |