Index: content/browser/renderer_host/delegated_frame_host.h |
diff --git a/content/browser/renderer_host/delegated_frame_host.h b/content/browser/renderer_host/delegated_frame_host.h |
index 4708ea4b29ce6d7db5bd790e4bb4b3add0d73f2d..f1cd7b05216d5ca3c7441e3d7cb8c703e276ca0a 100644 |
--- a/content/browser/renderer_host/delegated_frame_host.h |
+++ b/content/browser/renderer_host/delegated_frame_host.h |
@@ -132,7 +132,7 @@ class CONTENT_EXPORT DelegatedFrameHost |
// Public interface exposed to RenderWidgetHostView. |
void SwapDelegatedFrame(uint32_t output_surface_id, |
- std::unique_ptr<cc::CompositorFrame> frame); |
+ cc::CompositorFrame frame); |
void ClearDelegatedFrame(); |
void WasHidden(); |
void WasShown(const ui::LatencyInfo& latency_info); |