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

Unified Diff: gpu/command_buffer/common/gles2_cmd_ids_autogen.h

Issue 2456213002: WebVR: implement SetSurfaceHandleCHROMIUM extension for gvr_device.
Patch Set: Rebase, set dependency. Created 3 years, 11 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/common/gles2_cmd_ids_autogen.h
diff --git a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
index 3c92dc468c82eb7285dd9f96ffc0e0be2c7fc9ba..a2fe5cca9c0e99035617b1c374e020d19ecc6bce 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -329,7 +329,8 @@
OP(GetFragDataIndexEXT) /* 570 */ \
OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 571 */ \
OP(OverlayPromotionHintCHROMIUM) /* 572 */ \
- OP(SwapBuffersWithDamageCHROMIUM) /* 573 */
+ OP(SwapBuffersWithDamageCHROMIUM) /* 573 */ \
+ OP(SetSurfaceHandleCHROMIUM) /* 574 */
enum CommandId {
kOneBeforeStartPoint =
« no previous file with comments | « gpu/command_buffer/common/gles2_cmd_format_test_autogen.h ('k') | gpu/command_buffer/common/gles2_cmd_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698