Chromium Code Reviews| 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..288eb06d94e3ea25d851444cd05528c6e8c7a026 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, |
| + cc::LocalSurfaceId local_surface_id, |
|
Fady Samuel
2017/03/15 12:05:48
const cc::LocalSurfaceId&
Saman Sami
2017/03/16 18:33:07
Done.
|
| cc::CompositorFrame frame) { |
| did_swap_compositor_frame_ = true; |
| } |