| Index: ui/gl/test/gl_surface_test_support.cc
|
| diff --git a/ui/gl/test/gl_surface_test_support.cc b/ui/gl/test/gl_surface_test_support.cc
|
| index d868715427b7a19de4608feb7a3fc4db1eadfc1a..92d05bd4615ee3b5788aaf59f9a6c130aca7d8d2 100644
|
| --- a/ui/gl/test/gl_surface_test_support.cc
|
| +++ b/ui/gl/test/gl_surface_test_support.cc
|
| @@ -72,7 +72,7 @@ void GLSurfaceTestSupport::InitializeOneOffImplementation(
|
|
|
| // This method may be called multiple times in the same process to set up
|
| // bindings in different ways.
|
| - ClearGLBindings();
|
| + init::ClearGLBindings();
|
|
|
| bool gpu_service_logging = false;
|
| bool disable_gl_drawing = false;
|
|
|