| Index: gpu/ipc/service/pass_through_image_transport_surface.h
|
| diff --git a/gpu/ipc/service/pass_through_image_transport_surface.h b/gpu/ipc/service/pass_through_image_transport_surface.h
|
| index eb1f9f0b373b12a8f52d452b100f62fbd3d3eae6..dd7686e9542f3bc9ed7fa9cbb51683cd39125c4d 100644
|
| --- a/gpu/ipc/service/pass_through_image_transport_surface.h
|
| +++ b/gpu/ipc/service/pass_through_image_transport_surface.h
|
| @@ -32,10 +32,8 @@ class PassThroughImageTransportSurface : public gl::GLSurfaceAdapter {
|
| void Destroy() override;
|
| gfx::SwapResult SwapBuffers() override;
|
| void SwapBuffersAsync(const SwapCompletionCallback& callback) override;
|
| - gfx::SwapResult SwapBuffersWithDamage(int x,
|
| - int y,
|
| - int width,
|
| - int height) override;
|
| + gfx::SwapResult SwapBuffersWithBounds(
|
| + const std::vector<gfx::Rect>& rects) override;
|
| gfx::SwapResult PostSubBuffer(int x, int y, int width, int height) override;
|
| void PostSubBufferAsync(int x,
|
| int y,
|
|
|