Index: cc/output/direct_renderer.cc |
diff --git a/cc/output/direct_renderer.cc b/cc/output/direct_renderer.cc |
index d398f161627b79c3b63b4c687465b11c860df564..b251c9c3ca91cf244d266a5ed5c9f3ba7df58a54 100644 |
--- a/cc/output/direct_renderer.cc |
+++ b/cc/output/direct_renderer.cc |
@@ -189,7 +189,7 @@ void DirectRenderer::DrawFrame(RenderPassList& render_passes_in_draw_order) { |
frame.root_damage_rect = |
Capabilities().using_partial_swap ? |
root_render_pass->damage_rect : root_render_pass->output_rect; |
- frame.root_damage_rect.Intersect(gfx::Rect(gfx::Point(), ViewportSize())); |
+ frame.root_damage_rect.Intersect(gfx::Rect(ViewportSize())); |
BeginDrawingFrame(frame); |
for (size_t i = 0; i < render_passes_in_draw_order.size(); ++i) |