| Index: ui/gl/test/gl_surface_test_support.h
|
| diff --git a/ui/gl/test/gl_surface_test_support.h b/ui/gl/test/gl_surface_test_support.h
|
| index eb70ef05992c8d18ccf5dc5d2ed184de627f1d89..6e53c697a593c9cf67326b3c37caaddc2803a5a0 100644
|
| --- a/ui/gl/test/gl_surface_test_support.h
|
| +++ b/ui/gl/test/gl_surface_test_support.h
|
| @@ -4,8 +4,6 @@
|
|
|
| #ifndef UI_GL_TEST_GL_SURFACE_TEST_SUPPORT_H_
|
| #define UI_GL_TEST_GL_SURFACE_TEST_SUPPORT_H_
|
| -
|
| -#include "ui/gl/gl_implementation.h"
|
|
|
| namespace gfx {
|
|
|
| @@ -14,8 +12,6 @@
|
| class GLSurfaceTestSupport {
|
| public:
|
| static void InitializeOneOff();
|
| - static void InitializeOneOffImplementation(GLImplementation impl,
|
| - bool fallback_to_osmesa);
|
| static void InitializeOneOffWithMockBindings();
|
| static void InitializeDynamicMockBindings(GLContext* context);
|
| };
|
|
|