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

Unified Diff: content/common/view_messages.h

Issue 2096493002: Make cc::CompositorFrames movable [Part 1 of 2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix reflector Created 4 years, 6 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 b2e62297c40ce897e9880c61faaa70d1a15dd5da..fb749c853f3439f592f883a19e479d0ea6276788 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1089,7 +1089,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateZoomLimits,
IPC_MESSAGE_ROUTED3(
ViewHostMsg_SwapCompositorFrame,
uint32_t /* output_surface_id */,
- cc::CompositorFrame /* frame */,
+ std::unique_ptr<cc::CompositorFrame> /* frame */,
std::vector<IPC::Message> /* messages_to_deliver_with_frame */)
// Send back a string to be recorded by UserMetrics.

Powered by Google App Engine
This is Rietveld 408576698