Index: ui/gl/gl_context_cgl.h |
diff --git a/ui/gl/gl_context_cgl.h b/ui/gl/gl_context_cgl.h |
index 3e4e3c1f5e03f74ba55648db6027adf7594e7889..bad2e3aff0b4468fb56f53763de9e88c9a927559 100644 |
--- a/ui/gl/gl_context_cgl.h |
+++ b/ui/gl/gl_context_cgl.h |
@@ -41,6 +41,9 @@ class GLContextCGL : public GLContext { |
CGLPixelFormatObj discrete_pixelformat_; |
+ int screen_; |
+ int renderer_id_; |
+ |
DISALLOW_COPY_AND_ASSIGN(GLContextCGL); |
}; |