Chromium Code Reviews| Index: ui/gl/gl_fence_egl.cc |
| diff --git a/ui/gl/gl_fence_egl.cc b/ui/gl/gl_fence_egl.cc |
| index d9e79ab83525cc6c3a059fb6efd3aa66359036f5..ff066a76726f1059e703edce294e2f4c20b7d20e 100644 |
| --- a/ui/gl/gl_fence_egl.cc |
| +++ b/ui/gl/gl_fence_egl.cc |
| @@ -53,7 +53,7 @@ void GLFenceEGL::ClientWait() { |
| } |
| void GLFenceEGL::ServerWait() { |
| - if (!gl::g_driver_egl.ext.b_EGL_KHR_wait_sync) { |
| + if (!g_driver_egl.ext.b_EGL_KHR_wait_sync) { |
| ClientWait(); |
| return; |
| } |