| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index b34cdc39c9a3b9939839b6358c177db923e2aa7b..953e11ae37686d1ce70b180cf047295011db8b64 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -189,7 +189,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
|
|
| // ContextSupport implementation.
|
| void Swap() override;
|
| - void SwapWithDamage(const gfx::Rect& damage) override;
|
| + void SwapWithBounds(const std::vector<gfx::Rect>& rects) override;
|
| void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
|
| void CommitOverlayPlanes() override;
|
| void ScheduleOverlayPlane(int plane_z_order,
|
|
|