| Index: cc/output/direct_renderer.cc
|
| diff --git a/cc/output/direct_renderer.cc b/cc/output/direct_renderer.cc
|
| index d74f11dc574b62ccd6977e5b142fe1133393d816..c0591962510dce06fc2eb7f5db77123d85d2d395 100644
|
| --- a/cc/output/direct_renderer.cc
|
| +++ b/cc/output/direct_renderer.cc
|
| @@ -308,7 +308,8 @@ void DirectRenderer::DrawFrame(RenderPassList* render_passes_in_draw_order,
|
| resource_provider_, root_render_pass, render_pass_filters_,
|
| render_pass_background_filters_, ¤t_frame()->overlay_list,
|
| ¤t_frame()->ca_layer_overlay_list,
|
| - ¤t_frame()->root_damage_rect);
|
| + ¤t_frame()->root_damage_rect,
|
| + ¤t_frame()->root_content_bounds);
|
|
|
| // We can skip all drawing if the damage rect is now empty.
|
| bool skip_drawing_root_render_pass =
|
|
|