Chromium Code Reviews| Index: cc/trees/layer_tree_host_unittest.cc |
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc |
| index b2c10efb0a08f0877521b59f85cb20e1c562bc93..e8795fc9da8220edc529f55b9115b4eea579365f 100644 |
| --- a/cc/trees/layer_tree_host_unittest.cc |
| +++ b/cc/trees/layer_tree_host_unittest.cc |
| @@ -2024,6 +2024,8 @@ class LayerTreeHostTestAbortedCommitDoesntStallSynchronousCompositor |
| } |
| void ScheduledActionInvalidateOutputSurface() override { |
| + if (TestEnded()) |
|
danakj
2015/08/29 00:15:05
Cool! Can you just leave a comment here explaining
sunnyps
2015/08/29 00:30:52
Done.
|
| + return; |
| ImplThreadTaskRunner()->PostTask( |
| FROM_HERE, |
| base::Bind( |