| Index: gpu/command_buffer/service/test_helper.h
|
| diff --git a/gpu/command_buffer/service/test_helper.h b/gpu/command_buffer/service/test_helper.h
|
| index 6c56224c880a62f0dcbff5ecec079beddbf3b2a1..b23a7f1b7583207b1c62674992e003e37e837db9 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -11,6 +11,8 @@
|
| namespace gpu {
|
| namespace gles2 {
|
|
|
| +struct DisallowedExtensions;
|
| +
|
| class TestHelper {
|
| public:
|
| static const GLuint kServiceBlackTexture2dId = 701;
|
| @@ -34,7 +36,9 @@ class TestHelper {
|
| static const GLint kMaxVertexUniformComponents = kMaxVertexUniformVectors * 4;
|
|
|
| static void SetupContextGroupInitExpectations(
|
| - ::gfx::MockGLInterface* gl, const char* extensions);
|
| + ::gfx::MockGLInterface* gl,
|
| + const DisallowedExtensions& disallowed_extensions,
|
| + const char* extensions);
|
| static void SetupFeatureInfoInitExpectations(
|
| ::gfx::MockGLInterface* gl, const char* extensions);
|
| static void SetupTextureManagerInitExpectations(::gfx::MockGLInterface* gl);
|
|
|