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

Unified Diff: content/common/view_messages.h

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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 57b63489a1c7694175fa99e89640da504dac8ef2..cb10f5d94ceaf07e1a4b42438f293f94cbe550e4 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -794,8 +794,7 @@ IPC_MESSAGE_ROUTED3(ViewMsg_ReclaimCompositorResources,
// Sent by browser to give renderer compositor a new namespace ID for any
// SurfaceSequences it has to create.
-IPC_MESSAGE_ROUTED1(ViewMsg_SetSurfaceClientId,
- uint32_t /* surface_id_namespace */)
+IPC_MESSAGE_ROUTED1(ViewMsg_SetFrameSinkId, cc::FrameSinkId /* frame_sink_id */)
IPC_MESSAGE_ROUTED0(ViewMsg_SelectWordAroundCaret)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_base.cc ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698