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

Unified Diff: content/common/view_messages.h

Issue 2789773003: Send FrameSwapMessageQueue's messages with a separate IPC (Closed)
Patch Set: c Created 3 years, 9 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 37d69d717dcc8ed9f7251b35c18430cc7fe8f71d..cfe180d7552138edaf996d8dbeea3f21f3e8edfa 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -811,6 +811,10 @@ IPC_MESSAGE_ROUTED4(
cc::CompositorFrame /* frame */,
std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
+IPC_MESSAGE_ROUTED2(ViewHostMsg_FrameSwapMessages,
+ uint32_t /* frame_id */,
+ std::vector<IPC::Message> /* messages */)
+
// 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,

Powered by Google App Engine
This is Rietveld 408576698