Index: cc/layers/painted_scrollbar_layer_impl_unittest.cc |
diff --git a/cc/layers/painted_scrollbar_layer_impl_unittest.cc b/cc/layers/painted_scrollbar_layer_impl_unittest.cc |
index 3fb3fb22bd1a2687dc16598302194fab8e5e99a8..5a7229fda9f9e5b1dc8d8bed39906d57063c6809 100644 |
--- a/cc/layers/painted_scrollbar_layer_impl_unittest.cc |
+++ b/cc/layers/painted_scrollbar_layer_impl_unittest.cc |
@@ -38,7 +38,6 @@ TEST(PaintedScrollbarLayerImplTest, Occlusion) { |
PaintedScrollbarLayerImpl* scrollbar_layer_impl = |
impl.AddChildToRoot<PaintedScrollbarLayerImpl>(orientation); |
scrollbar_layer_impl->SetBounds(layer_size); |
- scrollbar_layer_impl->SetContentBounds(layer_size); |
scrollbar_layer_impl->SetContentsOpaque(true); |
scrollbar_layer_impl->set_internal_contents_scale_and_bounds( |
scale, scaled_layer_size); |