| 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 093723738c93eb12f1c6a5d6aa001ab8cacba6d0..40c6fdd91993a5875ffc34970bf3026ec2c02775 100644
|
| --- a/content/test/test_render_view_host.cc
|
| +++ b/content/test/test_render_view_host.cc
|
| @@ -171,8 +171,11 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
|
| return gfx::Rect();
|
| }
|
|
|
| -void TestRenderWidgetHostView::OnSwapCompositorFrame(
|
| - uint32_t compositor_frame_sink_id,
|
| +void TestRenderWidgetHostView::DidCreateNewRendererCompositorFrameSink() {
|
| + did_change_compositor_frame_sink_ = true;
|
| +}
|
| +
|
| +void TestRenderWidgetHostView::SubmitCompositorFrame(
|
| const cc::LocalSurfaceId& local_surface_id,
|
| cc::CompositorFrame frame) {
|
| did_swap_compositor_frame_ = true;
|
|
|