| Index: chrome/test/perf/rendering/throughput_tests.cc
|
| diff --git a/chrome/test/perf/rendering/throughput_tests.cc b/chrome/test/perf/rendering/throughput_tests.cc
|
| index 4b84685a44e09f6d62a3dea0b8bae728d419f50f..3fef4e74dfa9949bab0a07e37ae3b9d0193eb33d 100644
|
| --- a/chrome/test/perf/rendering/throughput_tests.cc
|
| +++ b/chrome/test/perf/rendering/throughput_tests.cc
|
| @@ -340,7 +340,7 @@ class ThroughputTest : public BrowserPerfTest {
|
| TraceEventVector rate_events(frames->begin() + kIgnoreSomeFrames,
|
| frames->end() - kIgnoreSomeFrames);
|
| trace_analyzer::RateStats stats;
|
| - ASSERT_TRUE(GetRateStats(rate_events, &stats));
|
| + ASSERT_TRUE(GetRateStats(rate_events, &stats, NULL));
|
| LOG(INFO) << "FPS = " << 1000000.0 / stats.mean_us;
|
|
|
| // Print perf results.
|
|
|