Index: gpu/command_buffer/service/gles2_cmd_decoder.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
index fe989b84063e61c99f06e0d44e9079a89a4d3450..7f8c8fb656af00bd151e0e82c45897a78064d354 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc |
@@ -15775,12 +15775,6 @@ void GLES2DecoderImpl::DoTexStorage3D(GLenum target, |
ContextState::k3D, "glTexStorage3D"); |
} |
-error::Error GLES2DecoderImpl::HandleGenMailboxCHROMIUM( |
- uint32_t immediate_data_size, |
- const void* cmd_data) { |
- return error::kUnknownCommand; |
-} |
- |
void GLES2DecoderImpl::DoProduceTextureCHROMIUM(GLenum target, |
const GLbyte* data) { |
TRACE_EVENT2("gpu", "GLES2DecoderImpl::DoProduceTextureCHROMIUM", |