| 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 460f48a5673bcaf0f456c78bc0ba3962d4ade228..be049be11f4dae79e32e982dc542118b74eb652c 100644
|
| --- a/ui/gl/test/gl_image_test_support.cc
|
| +++ b/ui/gl/test/gl_image_test_support.cc
|
| @@ -7,6 +7,7 @@
|
| #include <vector>
|
|
|
| #include "ui/gl/gl_implementation.h"
|
| +#include "ui/gl/init/gl_factory.h"
|
| #include "ui/gl/test/gl_surface_test_support.h"
|
|
|
| #if defined(USE_OZONE)
|
| @@ -32,7 +33,7 @@ void GLImageTestSupport::InitializeGL() {
|
|
|
| // static
|
| void GLImageTestSupport::CleanupGL() {
|
| - ClearGLBindings();
|
| + init::ClearGLBindings();
|
| }
|
|
|
| // static
|
|
|