| Index: cc/trees/layer_tree_host_common_perftest.cc
|
| diff --git a/cc/trees/layer_tree_host_common_perftest.cc b/cc/trees/layer_tree_host_common_perftest.cc
|
| index d9407092eea5715c19ac89e25d1274b95992f989..756a5eac816a3f7985633717a153f8988a4b49e4 100644
|
| --- a/cc/trees/layer_tree_host_common_perftest.cc
|
| +++ b/cc/trees/layer_tree_host_common_perftest.cc
|
| @@ -56,12 +56,6 @@ class LayerTreeHostCommonPerfTest : public LayerTreeTest {
|
|
|
| virtual void AfterTest() OVERRIDE {
|
| CHECK(!test_name_.empty()) << "Must SetTestName() before TearDown().";
|
| - perf_test::PrintResult("calc_draw_props_count",
|
| - "",
|
| - test_name_,
|
| - timer_.NumLaps(),
|
| - "count",
|
| - true);
|
| perf_test::PrintResult("calc_draw_props_time",
|
| "",
|
| test_name_,
|
|
|