| Index: cc/debug/benchmark_instrumentation.h
|
| diff --git a/cc/debug/benchmark_instrumentation.h b/cc/debug/benchmark_instrumentation.h
|
| index 59d6751f4fdb101d972b406e4f5e53f1c77d9f61..3a6b03d82dbd9a9c702fdfdb34e976dc215d2861 100644
|
| --- a/cc/debug/benchmark_instrumentation.h
|
| +++ b/cc/debug/benchmark_instrumentation.h
|
| @@ -41,8 +41,10 @@ class ScopedBeginFrameTask {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedBeginFrameTask);
|
| };
|
|
|
| -void IssueMainThreadRenderingStatsEvent(const MainThreadRenderingStats& stats);
|
| -void IssueImplThreadRenderingStatsEvent(const ImplThreadRenderingStats& stats);
|
| +void IssueMainThreadRenderingStatsEvent(
|
| + const RenderingStats::MainThreadRenderingStats& stats);
|
| +void IssueImplThreadRenderingStatsEvent(
|
| + const RenderingStats::ImplThreadRenderingStats& stats);
|
|
|
| } // namespace benchmark_instrumentation
|
| } // namespace cc
|
|
|