| Index: content/test/test_render_view_host.cc
|
| diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
|
| index ffef7a5d81590fd0e0da28feba9a57cead691276..8f9c9906179661ef9870bec8cf64839475ef6363 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -194,7 +194,7 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
|
|
|
| void TestRenderWidgetHostView::OnSwapCompositorFrame(
|
| uint32_t output_surface_id,
|
| - std::unique_ptr<cc::CompositorFrame> frame) {
|
| + cc::CompositorFrame frame) {
|
| did_swap_compositor_frame_ = true;
|
| }
|
|
|
|
|