| 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 e70192e1314ea0b44dd4a4dbf47d034cf62a1f26..455ab8d9e250e0ac3cf5ddce3136ab6ed96c3bc0 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -249,8 +249,7 @@
|
| Logger* GetLogger() override;
|
|
|
| const ContextState* GetContextState() override;
|
| - scoped_refptr<ShaderTranslatorInterface> GetTranslator(
|
| - GLenum type) const override;
|
| + scoped_refptr<ShaderTranslatorInterface> GetTranslator(GLenum type) override;
|
|
|
| private:
|
| void* GetScratchMemory(size_t size);
|
|
|