| Index: gpu/command_buffer/service/gles2_cmd_decoder.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.h b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| index b8c157d78243e8d0b1b3c24ccb2754ad80c8c0a3..d7d8a232d4a5c4f827caf90eb05de46cc0ddac9c 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.h
|
| @@ -316,7 +316,7 @@
|
|
|
| virtual const ContextState* GetContextState() = 0;
|
| virtual scoped_refptr<ShaderTranslatorInterface> GetTranslator(
|
| - unsigned int type) const = 0;
|
| + unsigned int type) = 0;
|
|
|
| protected:
|
| GLES2Decoder();
|
|
|