Index: cc/surfaces/surface_aggregator.cc |
diff --git a/cc/surfaces/surface_aggregator.cc b/cc/surfaces/surface_aggregator.cc |
index 19fbc42b977bd348ecbd5a79c7fb8d3af6e86e18..a1d015f7cc021d28c07adcbbe98fbb5db48e7726 100644 |
--- a/cc/surfaces/surface_aggregator.cc |
+++ b/cc/surfaces/surface_aggregator.cc |
@@ -369,7 +369,7 @@ void SurfaceAggregator::AddColorConversionPass() { |
color_conversion_pass->CreateAndAppendDrawQuad<RenderPassDrawQuad>(); |
quad->SetNew(shared_quad_state, output_rect, output_rect, |
root_render_pass->id, 0, gfx::RectF(), gfx::Size(), |
- gfx::Vector2dF(), gfx::PointF(), gfx::RectF()); |
+ gfx::Vector2dF(), gfx::PointF(), gfx::RectF(output_rect)); |
dest_pass_list_->push_back(std::move(color_conversion_pass)); |
} |