| Index: ui/gfx/gl/gl_context_glx.cc
|
| diff --git a/ui/gfx/gl/gl_context_glx.cc b/ui/gfx/gl/gl_context_glx.cc
|
| index 8883eb9730ebf58b0adff78c00c1f16c5d019ca0..55bfe7321318a1252d653cf30062854e6c1d94d8 100644
|
| --- a/ui/gfx/gl/gl_context_glx.cc
|
| +++ b/ui/gfx/gl/gl_context_glx.cc
|
| @@ -212,6 +212,10 @@ void* GLContextGLX::GetHandle() {
|
| return context_;
|
| }
|
|
|
| +Display* GLContextGLX::GetDisplay() {
|
| + return display_;
|
| +}
|
| +
|
| void GLContextGLX::SetSwapInterval(int interval) {
|
| DCHECK(IsCurrent(NULL));
|
| if (HasExtension("GLX_EXT_swap_control") && glXSwapIntervalEXT) {
|
|
|