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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 2473973002: NOT for review (for discussion): Query IOSurfaceIsInUse in the browser process
Patch Set: Created 4 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
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/cmd_buffer_functions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index 49518430b545ed91b835d9c2168106ed3692ba2b..967967c54d1662593f21f197a79512b4874ddd22 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -4374,9 +4374,9 @@ _FUNCTION_INFO = {
},
'ScheduleCALayerInUseQueryCHROMIUM': {
'type': 'PUTn',
- 'count': 1,
+ 'count': 2,
'decoder_func': 'DoScheduleCALayerInUseQueryCHROMIUM',
- 'cmd_args': 'GLsizei count, const GLuint* textures',
+ 'cmd_args': 'GLsizei count, const GLuint* textures_and_handle_requests',
'extension': 'CHROMIUM_schedule_ca_layer',
'unit_test': False,
},
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/cmd_buffer_functions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698