| Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| index 75af4906662cea1b31468b523f6a87fcd53fbec4..6851bf9ea06e127f8ef2b28752f290b593de67ad 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -860,6 +860,10 @@ void UniformMatrix4fvStreamTextureMatrixCHROMIUM(
|
| GLint location,
|
| GLboolean transpose,
|
| const GLfloat* transform) override;
|
| +void OverlayPromotionHintCHROMIUM(GLuint texture,
|
| + GLboolean promotion_hint,
|
| + GLint display_x,
|
| + GLint display_y) override;
|
| void SwapBuffersWithDamageCHROMIUM(GLint x,
|
| GLint y,
|
| GLint width,
|
|
|