| Index: gpu/perftests/measurements.h
|
| diff --git a/gpu/perftests/measurements.h b/gpu/perftests/measurements.h
|
| index 35ede22c618a3f1500e60c60dca7e134bbd59160..87d0c2aa83e1376851e792d6d22393dfca2eaee9 100644
|
| --- a/gpu/perftests/measurements.h
|
| +++ b/gpu/perftests/measurements.h
|
| @@ -11,8 +11,8 @@
|
| #include "base/time/time.h"
|
|
|
| namespace gfx {
|
| - class GPUTimingClient;
|
| - class GPUTimer;
|
| +class GPUTimingClient;
|
| +class GPUTimer;
|
| }
|
|
|
| namespace gpu {
|
| @@ -26,7 +26,7 @@ struct Measurement {
|
| const base::TimeDelta gpu_time);
|
| ~Measurement();
|
|
|
| - void PrintResult(const std::string& suffix) const;
|
| + void PrintResult(const std::string& graph) const;
|
| Measurement& Increment(const Measurement& m);
|
| Measurement Divide(int a) const;
|
|
|
|
|