Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: ui/aura/local/compositor_frame_sink_local.h

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698