| Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| index 83b5f3b5683146637b584a30703a576f4362e0d9..e40f94aaee6e552adb37c4daef785c2075343edd 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| @@ -556,6 +556,9 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
|
| static const GLint kInvalidUniformLocation = 30;
|
| static const GLint kBadUniformIndex = 1000;
|
|
|
| + static const char* kOutputVariable1Name;
|
| + static const char* kOutputVariable1NameESSL3;
|
| +
|
| // Use StrictMock to make 100% sure we know how GL will be called.
|
| scoped_ptr< ::testing::StrictMock< ::gfx::MockGLInterface> > gl_;
|
| scoped_refptr<gfx::GLSurfaceStub> surface_;
|
| @@ -614,6 +617,8 @@ class GLES2DecoderTestBase : public ::testing::TestWithParam<bool> {
|
|
|
| EnableFlags enable_flags_;
|
|
|
| + int shader_language_version_;
|
| +
|
| private:
|
| class MockCommandBufferEngine : public CommandBufferEngine {
|
| public:
|
|
|