Chromium Code Reviews| Index: ui/gl/test/gl_image_test_support.cc |
| diff --git a/ui/gl/test/gl_image_test_support.cc b/ui/gl/test/gl_image_test_support.cc |
| index 81a3787b618d3cbfa317ffaec7c4140204e77c03..79709c4741c605fa7bf4491bb04d0004e977950a 100644 |
| --- a/ui/gl/test/gl_image_test_support.cc |
| +++ b/ui/gl/test/gl_image_test_support.cc |
| @@ -33,7 +33,7 @@ void GLImageTestSupport::InitializeGL() { |
| // static |
| void GLImageTestSupport::CleanupGL() { |
| - init::ClearGLBindings(); |
| + init::ShutdownGL(); |
| } |
| // static |