Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1319)

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 1472993003: Add CommitOverlayPlanesCHROMIUM command buffer function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698