| Index: ui/gfx/gl/gl_context_egl.cc
|
| diff --git a/ui/gfx/gl/gl_context_egl.cc b/ui/gfx/gl/gl_context_egl.cc
|
| index 7c947434ba3357733326d0e56f9272299a910fcc..36d24f78b312a3eaf11c59d51d9d99119bf54e06 100644
|
| --- a/ui/gfx/gl/gl_context_egl.cc
|
| +++ b/ui/gfx/gl/gl_context_egl.cc
|
| @@ -146,6 +146,10 @@ void* GLContextEGL::GetHandle() {
|
| return context_;
|
| }
|
|
|
| +EGLDisplay GLContextEGL::GetDisplay() {
|
| + return display_;
|
| +}
|
| +
|
| void GLContextEGL::SetSwapInterval(int interval) {
|
| DCHECK(IsCurrent(NULL));
|
| if (!eglSwapInterval(display_, interval)) {
|
|
|