| Index: cc/output/direct_renderer.cc
|
| diff --git a/cc/output/direct_renderer.cc b/cc/output/direct_renderer.cc
|
| index 3a10cbee2596b270d5ad7dd84af3d6e171aa6ac0..ede93ab7fcbcd0699c5ba64b841fde026c90919d 100644
|
| --- a/cc/output/direct_renderer.cc
|
| +++ b/cc/output/direct_renderer.cc
|
| @@ -547,7 +547,7 @@ bool DirectRenderer::UseRenderPass(DrawingFrame* frame,
|
| }
|
| DCHECK(texture->id());
|
|
|
| - if (BindFramebufferToTexture(frame, texture, render_pass->output_rect)) {
|
| + if (BindFramebufferToTexture(frame, texture)) {
|
| InitializeViewport(frame, render_pass->output_rect,
|
| gfx::Rect(render_pass->output_rect.size()),
|
| render_pass->output_rect.size());
|
|
|