| 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 e362fdeca3b713370bfabe09dd2c8d69c6a9042d..13cc98e6b8843e54f9d370436ee943dcba5051ae 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
|
| @@ -945,3 +945,8 @@ error::Error DoUniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| GLint location,
|
| GLboolean transpose,
|
| const volatile GLfloat* defaultValue);
|
| +
|
| +error::Error DoOverlayPromotionHintCHROMIUM(GLuint texture,
|
| + GLboolean promotion_hint,
|
| + GLint display_x,
|
| + GLint display_y);
|
|
|