| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| index 68339fa6522730981b567111403b3429120c98c6..f413303e2121f479164d77ce73c2dc11908d3007 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc
|
| @@ -577,7 +577,7 @@
|
| }
|
|
|
| scoped_refptr<ShaderTranslatorInterface>
|
| -GLES2DecoderPassthroughImpl::GetTranslator(GLenum type) const {
|
| +GLES2DecoderPassthroughImpl::GetTranslator(GLenum type) {
|
| return nullptr;
|
| }
|
|
|
|
|