Index: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h |
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h |
index 5135e42e4f892a93f50aa5f593c1620aa0fd6af9..b0d362a78bc6ba376a511625bfcf0d91bcfffbde 100644 |
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h |
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h |
@@ -954,3 +954,7 @@ error::Error DoOverlayPromotionHintCHROMIUM(GLuint texture, |
GLboolean promotion_hint, |
GLint display_x, |
GLint display_y); |
+error::Error DoSetDrawRectangleCHROMIUM(GLint x, |
+ GLint y, |
+ GLint width, |
+ GLint height); |