Commit ea6a3598 authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Remove stale IPC.

ViewHostMsg_DidCommitAndDrawCompositorFrame and
ViewHostMsg_DidFirstVisuallyNonEmptyPaint don't seem
to be used anywhere ... removing them.

Likely these got orphaned by
https://chromium-review.googlesource.com/c/chromium/src/+/1278285 .

Bug: none
Change-Id: Id58e93c97ca66761238a874afcac3e04c6df09b8
Reviewed-on: https://chromium-review.googlesource.com/c/1351576
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Reviewed-by: default avatarKen Buchanan <kenrb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611170}
parent c4fe511c
......@@ -313,13 +313,6 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction,
IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvents,
std::vector<media::MediaLogEvent> /* events */)
// Sent once a paint happens after the first non empty layout. In other words,
// after the frame widget has painted something.
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint)
// Sent once the RenderWidgetCompositor issues a draw command.
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidCommitAndDrawCompositorFrame)
// Adding a new message? Stick to the sort order above: first platform
// independent ViewMsg, then ifdefs for platform specific ViewMsg, then platform
// independent ViewHostMsg, then ifdefs for platform specific ViewHostMsg.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment