diff options
Diffstat (limited to 'cc/debug/benchmark_instrumentation.h')
-rw-r--r-- | cc/debug/benchmark_instrumentation.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cc/debug/benchmark_instrumentation.h b/cc/debug/benchmark_instrumentation.h index bd524b9..944ac66 100644 --- a/cc/debug/benchmark_instrumentation.h +++ b/cc/debug/benchmark_instrumentation.h @@ -42,10 +42,7 @@ class ScopedBeginFrameTask { DISALLOW_COPY_AND_ASSIGN(ScopedBeginFrameTask); }; -void IssueMainThreadRenderingStatsEvent( - const RenderingStats::MainThreadRenderingStats& stats); -void IssueImplThreadRenderingStatsEvent( - const RenderingStats::ImplThreadRenderingStats& stats); +void IssueImplThreadRenderingStatsEvent(const RenderingStats& stats); void CC_EXPORT IssueDisplayRenderingStatsEvent(); } // namespace benchmark_instrumentation |