| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| index 0985a2c3b9ec5813e594095f01c646ade4f45cc0..f6ab1099d398541589956335e28866ec7cdf8e31 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough.h
|
| @@ -303,6 +303,10 @@ class GLES2DecoderPassthroughImpl : public GLES2Decoder {
|
|
|
| void UpdateTextureBinding(GLenum target, GLuint client_id, GLuint service_id);
|
|
|
| + error::Error BindTexImage2DCHROMIUMImpl(GLenum target,
|
| + GLenum internalformat,
|
| + GLint image_id);
|
| +
|
| int commands_to_process_;
|
|
|
| DebugMarkerManager debug_marker_manager_;
|
|
|