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

Unified Diff: services/ui/ws/display_client_compositor_frame_sink.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: services/ui/ws/display_client_compositor_frame_sink.h
diff --git a/services/ui/ws/display_client_compositor_frame_sink.h b/services/ui/ws/display_client_compositor_frame_sink.h
index 4a98ad13403a235601cff859bfe7dc3fa55f523a..efbab1ce23a6895b272f03826029b00d60ca6827 100644
--- a/services/ui/ws/display_client_compositor_frame_sink.h
+++ b/services/ui/ws/display_client_compositor_frame_sink.h
@@ -41,6 +41,7 @@ class DisplayClientCompositorFrameSink
bool BindToClient(cc::CompositorFrameSinkClient* client) override;
void DetachFromClient() override;
void SubmitCompositorFrame(cc::CompositorFrame frame) override;
+ void BeginFrameDidNotProduceFrame(const cc::BeginFrameAck& ack) override;
private:
// cc::mojom::MojoCompositorFrameSinkClient implementation:

Powered by Google App Engine
This is Rietveld 408576698