Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index 60e2313f4667a3ab5299961661e8fb31d9f82f4d..dc01b6359181ef86301a48200a6e744d6d215670 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -611,7 +611,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_HandleCompositorProto, |
| // Sets the viewport intersection on the widget for an out-of-process iframe. |
| IPC_MESSAGE_ROUTED1(ViewMsg_SetViewportIntersection, |
| gfx::Rect /* viewport_intersection */) |
| - |
|
Charlie Reis
2017/01/19 23:37:33
nit: Don't remove this blank line.
Khushal
2017/01/19 23:47:17
Done.
|
| // ----------------------------------------------------------------------------- |
| // Messages sent from the renderer to the browser. |
| @@ -869,10 +868,6 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstVisuallyNonEmptyPaint) |
| // See https://crbug.com/537793. |
| IPC_MESSAGE_ROUTED0(ViewHostMsg_DidFirstPaintAfterLoad) |
| -// Sent by the renderer to deliver a compositor proto to the browser. |
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_ForwardCompositorProto, |
| - std::vector<uint8_t> /* proto */) |
| - |
| // Sent in reply to ViewMsg_WaitForNextFrameForTests. |
| IPC_MESSAGE_ROUTED0(ViewHostMsg_WaitForNextFrameForTests_ACK) |