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

Unified Diff: content/common/view_messages.h

Issue 2774373002: Use MojoCompositorFrameSink in RendererCompositorFrameSink (Closed)
Patch Set: Fixed mac Created 3 years, 8 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 2f4cdf0b8c1091f5bb6b05fb69db48c7b61a0670..c7de3bbd548a28b4c1649fbe431e912da59b8c86 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -596,14 +596,6 @@ IPC_MESSAGE_ROUTED3(ViewMsg_UpdateBrowserControlsState,
#endif
-// Sent by browser to tell renderer compositor that some resources that were
-// given to the browser in a swap are not being used anymore.
-// If this message is in response to a swap then is_swap_ack is set.
-IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
- uint32_t /* compositor_frame_sink_id */,
- bool /* is_swap_ack */,
- cc::ReturnedResourceArray /* resources */)
-
IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
// Sent by the browser to ask the renderer to redraw. Robust to events that can
@@ -804,11 +796,6 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
int /* minimum_percent */,
int /* maximum_percent */)
-IPC_MESSAGE_ROUTED3(ViewHostMsg_SwapCompositorFrame,
- uint32_t /* compositor_frame_sink_id */,
- cc::LocalSurfaceId /* local_surface_id */,
- cc::CompositorFrame /* frame */)
-
IPC_MESSAGE_ROUTED2(ViewHostMsg_FrameSwapMessages,
uint32_t /* frame_token */,
std::vector<IPC::Message> /* messages */)

Powered by Google App Engine
This is Rietveld 408576698