| 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 9595d3762bd42f999d8caf0e1cab38b40609c6b3..e879f6bdc0ceba548aca1e4d26de7aaccc618118 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -202,6 +202,7 @@ class GLES2_IMPL_EXPORT GLES2Implementation
|
| // ContextSupport implementation.
|
| void Swap() override;
|
| void PartialSwapBuffers(const gfx::Rect& sub_buffer) override;
|
| + void CommitOverlayPlanes() override;
|
| void ScheduleOverlayPlane(int plane_z_order,
|
| gfx::OverlayTransform plane_transform,
|
| unsigned overlay_texture_id,
|
|
|