| Index: gpu/perftests/measurements.h
|
| diff --git a/gpu/perftests/measurements.h b/gpu/perftests/measurements.h
|
| index 87d0c2aa83e1376851e792d6d22393dfca2eaee9..724baa493889e0e763e1db241bca872ee2ef2d2b 100644
|
| --- a/gpu/perftests/measurements.h
|
| +++ b/gpu/perftests/measurements.h
|
| @@ -47,8 +47,8 @@ class MeasurementTimers {
|
| ~MeasurementTimers();
|
|
|
| private:
|
| - base::TimeTicks wall_time_start_;
|
| - base::TimeTicks cpu_time_start_;
|
| + base::TraceTicks wall_time_start_;
|
| + base::ThreadTicks cpu_time_start_;
|
| scoped_ptr<gfx::GPUTimer> gpu_timer_;
|
|
|
| base::TimeDelta wall_time_;
|
|
|