Index: ui/aura/local/compositor_frame_sink_local.h |
diff --git a/ui/aura/local/compositor_frame_sink_local.h b/ui/aura/local/compositor_frame_sink_local.h |
index 65afe361958dc798b882c6308c7e782cebb15715..0a0af47a90870dc243570c37855c01431f376a39 100644 |
--- a/ui/aura/local/compositor_frame_sink_local.h |
+++ b/ui/aura/local/compositor_frame_sink_local.h |
@@ -43,6 +43,7 @@ class CompositorFrameSinkLocal : public cc::CompositorFrameSink, |
bool BindToClient(cc::CompositorFrameSinkClient* client) override; |
void DetachFromClient() override; |
void SubmitCompositorFrame(cc::CompositorFrame frame) override; |
+ void BeginFrameDidNotProduceFrame(const cc::BeginFrameAck& ack) override; |
// cc::CompositorFrameSinkSupportClient: |
void DidReceiveCompositorFrameAck( |