Index: ui/gl/gl_implementation_x11.cc |
diff --git a/ui/gl/gl_implementation_x11.cc b/ui/gl/gl_implementation_x11.cc |
index e70dbde76b99cca32922a3ade2b54cb150212c17..e83591b463e08f67ab666f538fadf14dd4fd790e 100644 |
--- a/ui/gl/gl_implementation_x11.cc |
+++ b/ui/gl/gl_implementation_x11.cc |
@@ -129,6 +129,7 @@ bool InitializeStaticGLBindings(GLImplementation implementation) { |
case kGLImplementationMockGL: { |
SetGLImplementation(kGLImplementationMockGL); |
InitializeStaticGLBindingsGL(); |
+ InitializeStaticGLBindingsEGL(); |
break; |
} |
default: |