| 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 050c97edf95ba3365e0e70069807d55773d72b7a..d6aebe39a3ee1f830fa50ba44c2447c7afb0bbc9 100644
|
| --- a/cc/trees/layer_tree_host_common_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_common_unittest.cc
|
| @@ -9333,7 +9333,7 @@ TEST_F(LayerTreeHostCommonTest, RenderSurfaceClipsSubtree) {
|
|
|
| ClipTree& clip_tree = root->layer_tree_impl()->property_trees()->clip_tree;
|
| ClipNode* clip_node = clip_tree.Node(render_surface->clip_tree_index());
|
| - EXPECT_FALSE(clip_node->applies_local_clip);
|
| + EXPECT_EQ(clip_node->clip_type, ClipNode::ClipType::NONE);
|
| EXPECT_EQ(gfx::Rect(20, 20), test_layer->visible_layer_rect());
|
|
|
| // Also test the visible rects computed by combining clips in root space.
|
|
|