Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
index 72c8ded6cf62026ef5272cd9f32fecc219275af4..dad0ee77fd4b27c7a849d9e9ea510c99e152652f 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doers.cc |
@@ -1770,10 +1770,10 @@ error::Error GLES2DecoderPassthroughImpl::DoConsumeTextureCHROMIUM( |
return error::kNoError; |
} |
-error::Error GLES2DecoderPassthroughImpl::DoCreateAndConsumeTextureCHROMIUM( |
+error::Error GLES2DecoderPassthroughImpl::DoCreateAndConsumeTextureINTERNAL( |
GLenum target, |
- const GLbyte* mailbox, |
- GLuint texture) { |
+ GLuint texture, |
+ const GLbyte* mailbox) { |
return error::kNoError; |
} |