Index: content/renderer/all_rendering_benchmarks.cc |
=================================================================== |
--- content/renderer/all_rendering_benchmarks.cc (revision 181789) |
+++ content/renderer/all_rendering_benchmarks.cc (working copy) |
@@ -173,7 +173,7 @@ |
} |
} |
- virtual double Run(WebViewBenchmarkSupport* support) { |
+ virtual double Run(WebViewBenchmarkSupport* support) OVERRIDE { |
paint_time_total_ = TimeDelta(); |
support->paint(this, paint_mode_); |
return paint_time_total_.InMillisecondsF(); |