Index: gpu/command_buffer/service/mocks.h |
=================================================================== |
--- gpu/command_buffer/service/mocks.h (revision 68245) |
+++ gpu/command_buffer/service/mocks.h (working copy) |
@@ -83,10 +83,11 @@ |
public: |
virtual ~MockShaderTranslator() { } |
- MOCK_METHOD3(Init, bool( |
+ MOCK_METHOD4(Init, bool( |
ShShaderType shader_type, |
ShShaderSpec shader_spec, |
- const ShBuiltInResources* resources)); |
+ const ShBuiltInResources* resources, |
+ bool implementation_is_glsl_es)); |
MOCK_METHOD1(Translate, bool(const char* shader)); |
MOCK_CONST_METHOD0(translated_shader, const char*()); |
MOCK_CONST_METHOD0(info_log, const char*()); |