| 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 22fa4a17c3175b8d324b1f1785cfeafa8014aff8..a30654b3af113581036c12a42dc6f9ba6bc341eb 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h
|
| @@ -870,8 +870,5 @@ void OverlayPromotionHintCHROMIUM(GLuint texture,
|
| GLboolean promotion_hint,
|
| GLint display_x,
|
| GLint display_y) override;
|
| -void SwapBuffersWithDamageCHROMIUM(GLint x,
|
| - GLint y,
|
| - GLint width,
|
| - GLint height) override;
|
| +void SwapBuffersWithBoundsCHROMIUM(GLsizei count, const GLint* rects) override;
|
| #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_
|
|
|