| 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 95ddf65f71467525198cbfcc1763177957b43bf8..f2ca0474cffc91d758b249757e785634fb9354b2 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
|
| @@ -769,6 +769,8 @@ error::Error DoScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| const GLfloat* clip_rect,
|
| GLint sorting_context_id,
|
| const GLfloat* transform);
|
| +error::Error DoScheduleCALayerInUseQueryCHROMIUM(GLuint n,
|
| + const GLuint* textures);
|
| error::Error DoCommitOverlayPlanesCHROMIUM();
|
| error::Error DoSwapInterval(GLint interval);
|
| error::Error DoFlushDriverCachesCHROMIUM();
|
|
|