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

Unified Diff: content/common/view_messages.h

Issue 2888043004: [cc] Add and plumb CFS::DidNotProduceFrame. (Closed)
Patch Set: remove ExternalBFS::OnDidFinishFrame and related ack tracking. 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: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index cf32fe699180940210edd4e2b48791edd3e54a6f..bf97970d480ff6a3238ad6580728362e88e524b2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -803,7 +803,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_FrameSwapMessages,
// Sent if the BeginFrame did not cause a SwapCompositorFrame (e.g. because no
// updates were required or because it was aborted in the renderer).
-IPC_MESSAGE_ROUTED1(ViewHostMsg_BeginFrameDidNotSwap,
+IPC_MESSAGE_ROUTED1(ViewHostMsg_BeginFrameDidNotProduceFrame,
cc::BeginFrameAck /* ack */)
// Send back a string to be recorded by UserMetrics.

Powered by Google App Engine
This is Rietveld 408576698