| Index: gpu/command_buffer/common/time.h
|
| diff --git a/gpu/command_buffer/common/time.h b/gpu/command_buffer/common/time.h
|
| index e4eb9422e7b7ba302c6974e394b6932fecbb6d89..e58145b51f3134e7b96f91b02bc91cd83a21412b 100644
|
| --- a/gpu/command_buffer/common/time.h
|
| +++ b/gpu/command_buffer/common/time.h
|
| @@ -12,7 +12,7 @@
|
| namespace gpu {
|
|
|
| inline uint64 MicrosecondsSinceOriginOfTime() {
|
| - return (base::TimeTicks::HighResNow() - base::TimeTicks()).InMicroseconds();
|
| + return (base::TimeTicks::Now() - base::TimeTicks()).InMicroseconds();
|
| }
|
|
|
| } // namespace gpu
|
|
|