| 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 b82403a22fbe508a2d5da91471c36fbd16e0f94d..1bfa2e901929cf0090611aac5e95f7d095f6fbda 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -173,6 +173,7 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
|
|
|
| void TestRenderWidgetHostView::OnSwapCompositorFrame(
|
| uint32_t compositor_frame_sink_id,
|
| + const cc::LocalSurfaceId& local_surface_id,
|
| cc::CompositorFrame frame) {
|
| did_swap_compositor_frame_ = true;
|
| }
|
|
|