Index: cc/layers/painted_scrollbar_layer_impl.cc |
diff --git a/cc/layers/painted_scrollbar_layer_impl.cc b/cc/layers/painted_scrollbar_layer_impl.cc |
index 16196dd70d2bb1b7575e16ed50d07e53e2c3536f..180c26dd3b27f54762165d8910480360e7ae954b 100644 |
--- a/cc/layers/painted_scrollbar_layer_impl.cc |
+++ b/cc/layers/painted_scrollbar_layer_impl.cc |
@@ -75,7 +75,6 @@ void PaintedScrollbarLayerImpl::AppendQuads( |
bool flipped = false; |
gfx::PointF uv_top_left(0.f, 0.f); |
gfx::PointF uv_bottom_right(1.f, 1.f); |
- gfx::Rect bounds_rect(bounds()); |
gfx::Rect content_bounds_rect(content_bounds()); |
SharedQuadState* shared_quad_state = |