| 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 fdefe7f423d1bb84c446d6f03561530932d25f10..c28dbf146e00161482ccae66f706036659c9f4ff 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -169,6 +169,9 @@ class TestHelper {
|
| size_t num_program_outputs,
|
| GLuint service_id);
|
|
|
| + static void SetupFetureInfoEnableES3ValidatorsExpectations(
|
| + ::gl::MockGLInterface* gl);
|
| +
|
| static void DoBufferData(::gl::MockGLInterface* gl,
|
| MockErrorState* error_state,
|
| BufferManager* manager,
|
|
|