| 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 32cfe45ebe5df7c20bb6db83dab8ff17128c406e..bd8a810ed072b1711da1cdafcb14badabdbebab3 100644
|
| --- a/cc/trees/layer_tree_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_impl_unittest.cc
|
| @@ -2017,6 +2017,7 @@ TEST_F(LayerTreeImplTest, HitTestingTouchHandlerRegionsForLayerThatIsNotDrawn) {
|
| // inside the test_layer.
|
| test_layer = host_impl().active_tree()->root_layer()->children()[0].get();
|
| test_layer->SetPosition(gfx::PointF(10.f, 10.f));
|
| + test_layer->NoteLayerPropertyChanged();
|
| expected_screen_space_transform.MakeIdentity();
|
| expected_screen_space_transform.Translate(10.f, 10.f);
|
|
|
|
|