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

Unified Diff: content/common/view_messages.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan 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 843c439b5a9d41ebb8c0ac767616b417d4ef2fc3..a5913a10ac24614e2d8b09e8104a652172f6a300 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -792,7 +792,7 @@ IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData,
// 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 /* output_surface_id */,
+ uint32_t /* compositor_frame_sink_id */,
bool /* is_swap_ack */,
cc::ReturnedResourceArray /* resources */)
@@ -1063,7 +1063,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
IPC_MESSAGE_ROUTED3(
ViewHostMsg_SwapCompositorFrame,
- uint32_t /* output_surface_id */,
+ uint32_t /* compositor_frame_sink_id */,
cc::CompositorFrame /* frame */,
std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
« no previous file with comments | « content/common/android/sync_compositor_messages.h ('k') | content/public/browser/android/synchronous_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698