Index: android_webview/browser/aw_gl_surface.h |
diff --git a/android_webview/browser/aw_gl_surface.h b/android_webview/browser/aw_gl_surface.h |
index d0c52200662c755b415ebfe380fbcbf07a5d2840..056851b41aa351d669a1d8002b84df85207d6f72 100644 |
--- a/android_webview/browser/aw_gl_surface.h |
+++ b/android_webview/browser/aw_gl_surface.h |
@@ -13,7 +13,7 @@ namespace android_webview { |
// This surface is used to represent the underlying surface provided by the App |
// inside a hardware draw. Note that offscreen contexts will not be using this |
// GLSurface. |
-class GL_EXPORT AwGLSurface : public gfx::GLSurface { |
+class AwGLSurface : public gfx::GLSurface { |
public: |
AwGLSurface(); |