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..e4c0ae3ef542d76e5d43f17334bebb485d1db6d8 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); |
+ DidNotProduceFrame(cc.mojom.BeginFrameAck ack); |
// Notify that the surface is no longer in use (and is okay to be evicted) so |
// that its resources gets returned in time. |