| Index: ui/gl/gl_gl_api_implementation.cc
|
| diff --git a/ui/gl/gl_gl_api_implementation.cc b/ui/gl/gl_gl_api_implementation.cc
|
| index eade3cedaf5e6df54041372b964335aa7937edca..a4baeb7dc8b72f0e95c42aafa8bae60287aea669 100644
|
| --- a/ui/gl/gl_gl_api_implementation.cc
|
| +++ b/ui/gl/gl_gl_api_implementation.cc
|
| @@ -203,6 +203,10 @@ void InitializeDebugGLBindingsGL() {
|
| g_driver_gl.InitializeDebugBindings();
|
| }
|
|
|
| +void InitializeNullDrawGLBindingsGL() {
|
| + g_driver_gl.InitializeNullDrawBindings();
|
| +}
|
| +
|
| void ClearGLBindingsGL() {
|
| if (g_real_gl) {
|
| delete g_real_gl;
|
|
|