| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index 58e8c900a36a4a5b6a383160afb76b75e09694e1..5ee5ce93e06913fc9c8d7af54fc6d328eb161cbb 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2845,6 +2845,14 @@ void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| }
|
| }
|
|
|
| +void CommitOverlayPlanesCHROMIUM() {
|
| + gles2::cmds::CommitOverlayPlanesCHROMIUM* c =
|
| + GetCmdSpace<gles2::cmds::CommitOverlayPlanesCHROMIUM>();
|
| + if (c) {
|
| + c->Init();
|
| + }
|
| +}
|
| +
|
| void SwapInterval(GLint interval) {
|
| gles2::cmds::SwapInterval* c = GetCmdSpace<gles2::cmds::SwapInterval>();
|
| if (c) {
|
|
|