| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| index ebfde371426541b684ba7702fd0c55f1d4cabe55..927efc6c75f5ce12564f03f95b214452f6bb95ce 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -206,6 +206,7 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder {
|
| Logger* GetLogger() override;
|
|
|
| const ContextState* GetContextState() override;
|
| + scoped_refptr<ShaderTranslatorInterface> GetTranslator(GLenum type) override;
|
|
|
| private:
|
| int commands_to_process_;
|
|
|