Index: ui/gfx/gl/gl_context_egl.h |
diff --git a/ui/gfx/gl/gl_context_egl.h b/ui/gfx/gl/gl_context_egl.h |
index 7c8c62c8e7e654bca392a0284def151a68c9b9f8..a3291e6db0cf77453c40fc8cce7f4ce60516665d 100644 |
--- a/ui/gfx/gl/gl_context_egl.h |
+++ b/ui/gfx/gl/gl_context_egl.h |
@@ -33,6 +33,7 @@ class GLContextEGL : public GLContext { |
virtual void ReleaseCurrent(GLSurface* surface) OVERRIDE; |
virtual bool IsCurrent(GLSurface* surface) OVERRIDE; |
virtual void* GetHandle() OVERRIDE; |
+ virtual EGLDisplay GetDisplay() OVERRIDE; |
Ami GONE FROM CHROMIUM
2012/03/21 13:16:24
I think the ui/ part of this CL should be pulled o
Pawel Osciak
2012/03/21 18:40:35
Yes, it will be the case in the final CL, just did
Ami GONE FROM CHROMIUM
2012/03/22 17:01:36
My CR process doesn't (usually) include compiling
|
virtual void SetSwapInterval(int interval) OVERRIDE; |
virtual std::string GetExtensions() OVERRIDE; |