| Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| index 13cc98e6b8843e54f9d370436ee943dcba5051ae..06b7cc425dfadd942789fc3d973c5f53ed9845a6 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
|
| @@ -437,6 +437,7 @@ error::Error DoSamplerParameteriv(GLuint sampler,
|
| GLenum pname,
|
| const volatile GLint* params);
|
| error::Error DoScissor(GLint x, GLint y, GLsizei width, GLsizei height);
|
| +error::Error DoSetSurfaceHandleCHROMIUM(GLint surface_handle);
|
| error::Error DoShaderBinary(GLsizei n,
|
| const GLuint* shaders,
|
| GLenum binaryformat,
|
|
|