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

Unified Diff: content/common/view_messages.h

Issue 2728183002: RendererCompositorFrameSink should handle local surface id allocation (Closed)
Patch Set: rebase 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 47b0fc0a0b8419d2b8173aeec7d58d6a3e0e74a2..e1d85d38ceda714f6af0a9647cdd4c0bc7b450fc 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -796,9 +796,10 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
int /* minimum_percent */,
int /* maximum_percent */)
-IPC_MESSAGE_ROUTED3(
+IPC_MESSAGE_ROUTED4(
ViewHostMsg_SwapCompositorFrame,
uint32_t /* compositor_frame_sink_id */,
+ cc::LocalSurfaceId /* local_surface_id */,
cc::CompositorFrame /* frame */,
std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698