Commit 77a23bfb authored by ccameron's avatar ccameron Committed by Commit bot

cc: Specify texcoords for color conversion render pass

This argument was optional until r462215.

BUG=
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Review-Url: https://codereview.chromium.org/2804913006
Cr-Commit-Position: refs/heads/master@{#462885}
parent bc51e877
......@@ -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));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment