| 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..89c339cadf6cba78e649a42f4849ec5f6a725b65 100644
|
| --- a/gpu/command_buffer/service/test_helper.h
|
| +++ b/gpu/command_buffer/service/test_helper.h
|
| @@ -116,8 +116,7 @@ class TestHelper {
|
| const char* extensions,
|
| const char* gl_renderer,
|
| const char* gl_version,
|
| - ContextType context_type,
|
| - bool enable_es3 = false);
|
| + ContextType context_type);
|
| static void SetupTextureManagerInitExpectations(::gl::MockGLInterface* gl,
|
| bool is_es3_enabled,
|
| bool is_es3_capable,
|
|
|