| Index: cc/trees/layer_tree_host_unittest_damage.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_damage.cc b/cc/trees/layer_tree_host_unittest_damage.cc
|
| index 523eecdee6d2ffc2887a26a5613cb4e93d01f521..e8ae7a211f2f3d0fef7149d1b8a1345cae81e270 100644
|
| --- a/cc/trees/layer_tree_host_unittest_damage.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_damage.cc
|
| @@ -87,6 +87,7 @@ class LayerTreeHostDamageTestNoDamageDoesNotSwap
|
| case 3:
|
| // Cause non-visible damage.
|
| content_->SetNeedsDisplayRect(gfx::Rect(1990, 1990, 10, 10));
|
| + layer_tree_host()->SetNeedsCommit();
|
| break;
|
| }
|
| }
|
|
|