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

Unified Diff: content/common/view_messages.h

Issue 2629243002: content: Remove blimp compositing dependencies. (Closed)
Patch Set: fix gn file Created 3 years, 11 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 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)

Powered by Google App Engine
This is Rietveld 408576698