| Index: services/ui/surfaces/gpu_compositor_frame_sink.cc
|
| diff --git a/services/ui/surfaces/gpu_compositor_frame_sink.cc b/services/ui/surfaces/gpu_compositor_frame_sink.cc
|
| index 92e2ec05c6b60dc57b6fe2063c6f7f8cab3798a1..8ee134b53713899cb94a8de0030d529bab84f0a2 100644
|
| --- a/services/ui/surfaces/gpu_compositor_frame_sink.cc
|
| +++ b/services/ui/surfaces/gpu_compositor_frame_sink.cc
|
| @@ -97,6 +97,10 @@ void GpuCompositorFrameSink::SubmitCompositorFrame(
|
| }
|
| }
|
|
|
| +void GpuCompositorFrameSink::EvictFrame() {
|
| + surface_factory_.EvictSurface();
|
| +}
|
| +
|
| void GpuCompositorFrameSink::DidReceiveCompositorFrameAck() {
|
| if (!client_)
|
| return;
|
|
|