Chromium Code Reviews| Index: ui/gl/gl_surface_wgl.h |
| diff --git a/ui/gl/gl_surface_wgl.h b/ui/gl/gl_surface_wgl.h |
| index 18b7e845c211ef99839de24f5e858c2a5c5be2d4..aa32047e49c31f775aa144cdf27ffbe32428892f 100644 |
| --- a/ui/gl/gl_surface_wgl.h |
| +++ b/ui/gl/gl_surface_wgl.h |
| @@ -42,6 +42,7 @@ class NativeViewGLSurfaceWGL : public GLSurfaceWGL { |
| private: |
| gfx::AcceleratedWidget window_; |
| + gfx::AcceleratedWidget child_window_; |
| HDC device_context_; |
| DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceWGL); |