| Index: cc/trees/layer_tree_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_impl_unittest.cc b/cc/trees/layer_tree_impl_unittest.cc
|
| index f2f57d88c29fba40b9db802cd8c0448b7610dca8..0b5b521a44e33bace70ead0260e4460a6000797b 100644
|
| --- a/cc/trees/layer_tree_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_impl_unittest.cc
|
| @@ -789,7 +789,7 @@ TEST_F(LayerTreeImplTest, HitTestingForNonClippingIntermediateLayer) {
|
| false, false);
|
| // Sanity check the intermediate layer should not clip.
|
| ASSERT_FALSE(intermediate_layer->masks_to_bounds());
|
| - ASSERT_FALSE(intermediate_layer->mask_layer());
|
| + ASSERT_FALSE(intermediate_layer->test_properties()->mask_layer);
|
|
|
| // The child of the intermediate_layer is translated so that it does not
|
| // overlap intermediate_layer at all. If child is incorrectly clipped, we
|
|
|