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

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

Issue 2456213002: WebVR: implement SetSurfaceHandleCHROMIUM extension for gvr_device.
Patch Set: bajones #16, #19: Use struct for state, fix BUILD deps 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
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 a69e5e9a8c6e08af4a82eb8efe1f36d78daba92f..8657785606e47b15c0aa621d73e4c2394158645e 100644
--- a/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
+++ b/gpu/command_buffer/common/gles2_cmd_ids_autogen.h
@@ -328,7 +328,8 @@
OP(BindFragDataLocationEXTBucket) /* 569 */ \
OP(GetFragDataIndexEXT) /* 570 */ \
OP(UniformMatrix4fvStreamTextureMatrixCHROMIUMImmediate) /* 571 */ \
- OP(SwapBuffersWithDamageCHROMIUM) /* 572 */
+ OP(SwapBuffersWithDamageCHROMIUM) /* 572 */ \
+ OP(SetSurfaceHandleCHROMIUM) /* 573 */
enum CommandId {
kOneBeforeStartPoint =

Powered by Google App Engine
This is Rietveld 408576698