diff options
Diffstat (limited to 'app/gfx/gl/gl_context_egl.cc')
-rw-r--r-- | app/gfx/gl/gl_context_egl.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/gfx/gl/gl_context_egl.cc b/app/gfx/gl/gl_context_egl.cc index 7cfde87..1156635 100644 --- a/app/gfx/gl/gl_context_egl.cc +++ b/app/gfx/gl/gl_context_egl.cc @@ -85,6 +85,10 @@ bool BaseEGLContext::InitializeOneOff() { return true; } +EGLDisplay BaseEGLContext::GetDisplay() { + return g_display; +} + NativeViewEGLContext::NativeViewEGLContext(void* window) : window_(window), surface_(NULL), |