| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index 895d513fa98d6d33e0178b7ba82ccac3b7ebdf7c..8f72f1002b3aaebec45a5a7b71b7df8c676bff3b 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -41,6 +41,11 @@ void CompositorFrameSink::SubmitCompositorFrame(
|
| support_.SubmitCompositorFrame(local_surface_id, std::move(frame));
|
| }
|
|
|
| +void CompositorFrameSink::BeginFrameDidNotSwap(
|
| + const cc::BeginFrameAck& begin_frame_ack) {
|
| + support_.BeginFrameDidNotSwap(begin_frame_ack);
|
| +}
|
| +
|
| void CompositorFrameSink::EvictFrame() {
|
| support_.EvictFrame();
|
| }
|
|
|