Index: cc/trees/layer_tree_host_common_unittest.cc |
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc |
index 2fc2f6ee7bea487f31b44c7e3b623d5361ac15e2..8954850a064a4fb8ea1024b5f4ce3284ec88ce87 100644 |
--- a/cc/trees/layer_tree_host_common_unittest.cc |
+++ b/cc/trees/layer_tree_host_common_unittest.cc |
@@ -7962,8 +7962,6 @@ TEST_F(LayerTreeHostCommonTest, BoundsDeltaAffectVisibleContentRect) { |
false, |
false, |
true); |
- |
- root->SetContentBounds(root_size); |
root->SetMasksToBounds(true); |
root->AddChild(LayerImpl::Create(host_impl.active_tree(), 2)); |
@@ -7977,8 +7975,6 @@ TEST_F(LayerTreeHostCommonTest, BoundsDeltaAffectVisibleContentRect) { |
false, |
false, |
false); |
- |
- sublayer->SetContentBounds(sublayer_size); |
sublayer->SetDrawsContent(true); |
LayerImplList layer_impl_list; |