| Index: cc/trees/layer_tree_host_perftest.cc
|
| diff --git a/cc/trees/layer_tree_host_perftest.cc b/cc/trees/layer_tree_host_perftest.cc
|
| index 7e5df86a2dd949da2802df29a46d691288288357..040b32bc8e44fac6f418a2569ef11f295410a3d7 100644
|
| --- a/cc/trees/layer_tree_host_perftest.cc
|
| +++ b/cc/trees/layer_tree_host_perftest.cc
|
| @@ -131,7 +131,7 @@ class LayerTreeHostPerfTestJsonReader : public LayerTreeHostPerfTest {
|
| // Simulates a tab switcher scene with two stacks of 10 tabs each.
|
| TEST_F(LayerTreeHostPerfTestJsonReader, TenTenSingleThread) {
|
| ReadTestFile("10_10_layer_tree");
|
| - RunTest(false);
|
| + RunTest(false, false);
|
| }
|
|
|
| // Simulates a tab switcher scene with two stacks of 10 tabs each.
|
| @@ -139,7 +139,7 @@ TEST_F(LayerTreeHostPerfTestJsonReader,
|
| TenTenSingleThread_FullDamageEachFrame) {
|
| full_damage_each_frame_ = true;
|
| ReadTestFile("10_10_layer_tree");
|
| - RunTest(false);
|
| + RunTest(false, false);
|
| }
|
|
|
| // Simulates main-thread scrolling on each frame.
|
| @@ -166,7 +166,7 @@ class ScrollingLayerTreePerfTest : public LayerTreeHostPerfTestJsonReader {
|
|
|
| TEST_F(ScrollingLayerTreePerfTest, LongScrollablePage) {
|
| ReadTestFile("long_scrollable_page");
|
| - RunTest(false);
|
| + RunTest(false, false);
|
| }
|
|
|
| // Simulates impl-side painting.
|
| @@ -185,7 +185,7 @@ TEST_F(ImplSidePaintingPerfTest, HeavyPage) {
|
| animation_driven_drawing_ = true;
|
| measure_commit_cost_ = true;
|
| ReadTestFile("heavy_layer_tree");
|
| - RunTest(true);
|
| + RunTest(true, false);
|
| }
|
|
|
| } // namespace
|
|
|