| 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 6e53c697a593c9cf67326b3c37caaddc2803a5a0..eb70ef05992c8d18ccf5dc5d2ed184de627f1d89 100644
|
| --- a/ui/gl/test/gl_surface_test_support.h
|
| +++ b/ui/gl/test/gl_surface_test_support.h
|
| @@ -5,6 +5,8 @@
|
| #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 {
|
|
|
| class GLContext;
|
| @@ -12,6 +14,8 @@ class GLContext;
|
| class GLSurfaceTestSupport {
|
| public:
|
| static void InitializeOneOff();
|
| + static void InitializeOneOffImplementation(GLImplementation impl,
|
| + bool fallback_to_osmesa);
|
| static void InitializeOneOffWithMockBindings();
|
| static void InitializeDynamicMockBindings(GLContext* context);
|
| };
|
|
|