| Index: cc/debug/micro_benchmark_controller_unittest.cc
|
| diff --git a/cc/debug/micro_benchmark_controller_unittest.cc b/cc/debug/micro_benchmark_controller_unittest.cc
|
| index 9d9f48ce4d2f80cc2b9e8868358286af02dde2c1..5853118283fd9bc72615d8d004907e60304333d9 100644
|
| --- a/cc/debug/micro_benchmark_controller_unittest.cc
|
| +++ b/cc/debug/micro_benchmark_controller_unittest.cc
|
| @@ -80,7 +80,6 @@ TEST_F(MicroBenchmarkControllerTest, BenchmarkRan) {
|
| base::Bind(&IncrementCallCount, base::Unretained(&run_count)));
|
| EXPECT_GT(id, 0);
|
|
|
| - layer_tree_host_->SetOutputSurfaceLostForTesting(false);
|
| layer_tree_host_->UpdateLayers();
|
|
|
| EXPECT_EQ(1, run_count);
|
| @@ -99,7 +98,6 @@ TEST_F(MicroBenchmarkControllerTest, MultipleBenchmarkRan) {
|
| base::Bind(&IncrementCallCount, base::Unretained(&run_count)));
|
| EXPECT_GT(id, 0);
|
|
|
| - layer_tree_host_->SetOutputSurfaceLostForTesting(false);
|
| layer_tree_host_->UpdateLayers();
|
|
|
| EXPECT_EQ(2, run_count);
|
|
|