| Index: ui/gl/gl_surface_egl.h
|
| diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h
|
| index f45ce3afcb16a3fad2726b03bccf4d8579b6ef6e..5fedabe2a230c8ad0d47d6ebc0eac2836affa9be 100644
|
| --- a/ui/gl/gl_surface_egl.h
|
| +++ b/ui/gl/gl_surface_egl.h
|
| @@ -58,7 +58,7 @@ class GL_EXPORT GLSurfaceEGL : public GLSurface {
|
| };
|
|
|
| // Encapsulates an EGL surface bound to a view.
|
| -class NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| +class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL {
|
| public:
|
| NativeViewGLSurfaceEGL(bool software, gfx::AcceleratedWidget window);
|
|
|
|
|