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 441b1e1ab6a42dc095428289d137f0d2b935b4b4..78554036cceff7d99815e8a4fbf60961864ed675 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc |
@@ -365,6 +365,11 @@ const gpu::gles2::ContextState* GLES2DecoderPassthroughImpl::GetContextState() { |
return nullptr; |
} |
+scoped_refptr<ShaderTranslatorInterface> |
+GLES2DecoderPassthroughImpl::GetTranslator(GLenum type) { |
+ return nullptr; |
+} |
+ |
#define GLES2_CMD_OP(name) \ |
{ \ |
&GLES2DecoderPassthroughImpl::Handle##name, cmds::name::kArgFlags, \ |