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

Unified Diff: content/common/view_messages.h

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: ccperftests2 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 3c385c0604453df10dfcf15fdd6b984f459dc4f8..9a2604104f67c405cb4818c0eb2e84d1e340997b 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -791,7 +791,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 */)
@@ -1062,7 +1062,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 */)

Powered by Google App Engine
This is Rietveld 408576698