Index: cc/output/software_renderer.cc |
diff --git a/cc/output/software_renderer.cc b/cc/output/software_renderer.cc |
index 99be9ae49fb990a009f886dff7af52eef7d38db3..f08aa0815df305de802c8c3cc0dcc95da6539947 100644 |
--- a/cc/output/software_renderer.cc |
+++ b/cc/output/software_renderer.cc |
@@ -143,8 +143,7 @@ void SoftwareRenderer::BindFramebufferToOutputSurface(DrawingFrame* frame) { |
bool SoftwareRenderer::BindFramebufferToTexture( |
DrawingFrame* frame, |
- const ScopedResource* texture, |
- const gfx::Rect& target_rect) { |
+ const ScopedResource* texture) { |
DCHECK(texture->id()); |
// Explicitly release lock, otherwise we can crash when try to lock |