| 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 c877b0f88262080f4821a9fc063626df12e4e66d..1ede4d30bad18abe457d1adfe897c741012cc8a6 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -189,6 +189,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
|
|
| // ContextSupport implementation.
|
| void Swap() override;
|
| + void SwapWithDamage(const gfx::Rect& damage) override;
|
| void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
|
| void CommitOverlayPlanes() override;
|
| void ScheduleOverlayPlane(int plane_z_order,
|
|
|