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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 2456213002: WebVR: implement SetSurfaceHandleCHROMIUM extension for gvr_device.
Patch Set: Created 4 years, 2 months 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/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 73abad1f079dc51f84a7a6486cd2511d8744f47d..43fc9bf3491bddc6e93f3b873a6d7d1330cae5fe 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2381,6 +2381,14 @@ _PEPPER_INTERFACES = [
# mapped to service side IDs. This is only used for unsafe APIs.
_FUNCTION_INFO = {
+ 'SetSurfaceHandleCHROMIUM': {
+ 'decoder_func': 'DoSetSurfaceHandleCHROMIUM',
+ 'unit_test': False,
+ 'client_test': False,
+ 'chromium': True,
+ 'extension': True,
+ },
bajones 2016/10/28 00:41:21 This is totally my fault, and it's a nit, but this
klausw 2016/11/08 02:18:30 I've put it i a mostly-alphabetical section, the o
+
'ActiveTexture': {
'decoder_func': 'DoActiveTexture',
'unit_test': False,

Powered by Google App Engine
This is Rietveld 408576698