| 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 4c1768dee20da3a4a26e347b85425e20ac29a095..4da9ad650439b39bd03b8c8923f6cf4752185647 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
|
| @@ -956,3 +956,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);
|
|
|