summaryrefslogtreecommitdiff
path: root/chromium/ui/gl/gl_surface_wgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/gl/gl_surface_wgl.h')
-rw-r--r--chromium/ui/gl/gl_surface_wgl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/chromium/ui/gl/gl_surface_wgl.h b/chromium/ui/gl/gl_surface_wgl.h
index 755ab3bb6dc..32748d9c2a2 100644
--- a/chromium/ui/gl/gl_surface_wgl.h
+++ b/chromium/ui/gl/gl_surface_wgl.h
@@ -10,6 +10,7 @@
#include "ui/gl/gl_surface.h"
namespace gl {
+class GLDisplayWGL;
// Base interface for WGL surfaces.
class GL_EXPORT GLSurfaceWGL : public GLSurface {
@@ -27,8 +28,9 @@ class GL_EXPORT GLSurfaceWGL : public GLSurface {
protected:
~GLSurfaceWGL() override;
- private:
+ protected:
static bool initialized_;
+ GLDisplayWGL* display_;
};
// A surface used to render to a view.