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

Unified Diff: cc/ipc/mojo_compositor_frame_sink.mojom

Issue 2527283003: cc: Introduce BeginFrame sequence numbers and acknowledgements.
Patch Set: . Created 4 years 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: cc/ipc/mojo_compositor_frame_sink.mojom
diff --git a/cc/ipc/mojo_compositor_frame_sink.mojom b/cc/ipc/mojo_compositor_frame_sink.mojom
index 5c6d77e38e494c907a98115ce8aa65301b3db908..0d1c99c45974b9b18e50e99f47f4d95d94790a11 100644
--- a/cc/ipc/mojo_compositor_frame_sink.mojom
+++ b/cc/ipc/mojo_compositor_frame_sink.mojom
@@ -35,6 +35,10 @@ interface MojoCompositorFrameSink {
// that its resources gets returned in time.
EvictFrame();
+ // Notifies the frame sink that a BeginFrame was completed, but that no
+ // CompositorFrame was produced as a result of it.
+ BeginFrameDidNotDraw(BeginFrameAck ack);
+
// TODO(fsamuel): ReadbackBitmap API would be useful here.
};

Powered by Google App Engine
This is Rietveld 408576698