| 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 62ca07cf0db342ae5bf540675b2efd48f93ba5fe..f8aea41d0887491fbf1cce22fe4b5ec01007578d 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h
|
| @@ -284,12 +284,13 @@ class GLES2DecoderTestBase : public testing::Test {
|
|
|
| void DeleteIndexBuffer();
|
|
|
| - void SetupClearTextureExpections(
|
| + void SetupClearTextureExpectations(
|
| GLuint service_id,
|
| GLuint old_service_id,
|
| GLenum bind_target,
|
| GLenum target,
|
| GLint level,
|
| + GLenum internal_format,
|
| GLenum format,
|
| GLenum type,
|
| GLsizei width,
|
|
|