Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index 431a54660fc5253712fed7b0ac37668f4b32fb8e..74e184c03adf875a81696d3100de5bdc748d90bb 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -4741,7 +4741,6 @@ TEST_F(LayerTreeHostImplTest, ScrollPerspectiveTransformedLayer) { |
TEST_F(LayerTreeHostImplTest, ScrollScaledLayer) { |
LayerImpl* scroll_layer = |
SetupScrollAndContentsLayers(gfx::Size(100, 100)); |
- scroll_layer->SetDrawsContent(true); |
// Scale the layer to twice its normal size. |
int scale = 2; |