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

Unified Diff: cc/ipc/mojo_compositor_frame_sink.mojom

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
« no previous file with comments | « no previous file | cc/output/compositor_frame_sink.h » ('j') | cc/surfaces/direct_compositor_frame_sink.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7bb993226520f0504b1a44766988e6eeb18cd322..104f44ca4e1e20b5adec3ce1ae4aa626eef3b851 100644
--- a/cc/ipc/mojo_compositor_frame_sink.mojom
+++ b/cc/ipc/mojo_compositor_frame_sink.mojom
@@ -37,7 +37,7 @@ interface MojoCompositorFrameSink {
// Notifies the frame sink that a BeginFrame was completed, but that no
// CompositorFrame was produced as a result of it.
- BeginFrameDidNotSwap(cc.mojom.BeginFrameAck ack);
+ BeginFrameDidNotProduceFrame(cc.mojom.BeginFrameAck ack);
sunnyps 2017/05/22 07:17:12 nit: My suggestion was DidNotProduceFrame (skippin
Eric Seckler 2017/05/22 11:29:58 Ah, misunderstood. Renamed, I like it shorter, too
// Notify that the surface is no longer in use (and is okay to be evicted) so
// that its resources gets returned in time.
« no previous file with comments | « no previous file | cc/output/compositor_frame_sink.h » ('j') | cc/surfaces/direct_compositor_frame_sink.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698