| Index: ui/gl/gpu_timing_fake.h
|
| diff --git a/ui/gl/gpu_timing_fake.h b/ui/gl/gpu_timing_fake.h
|
| index 4f206e0e7b54b5628f00dff191afd6004a54f6bc..53f8ab3acb90b3e4497b367aa782d5b8043ea2dd 100644
|
| --- a/ui/gl/gpu_timing_fake.h
|
| +++ b/ui/gl/gpu_timing_fake.h
|
| @@ -37,7 +37,9 @@ class GPUTimingFake {
|
| void ExpectNoDisjointCalls(MockGLInterface& gl);
|
|
|
| // GPUTimer fake queries which can only be called once per setup.
|
| - void ExpectGPUTimeStampQuery(MockGLInterface& gl, bool elapsed_query);
|
| + void ExpectGPUTimeStampQuery(MockGLInterface& gl,
|
| + bool elapsed_query,
|
| + bool query_timestamp_counter_bits);
|
| void ExpectGPUTimerQuery(MockGLInterface& gl, bool elapsed_query);
|
| void ExpectOffsetCalculationQuery(MockGLInterface& gl);
|
| void ExpectNoOffsetCalculationQuery(MockGLInterface& gl);
|
|
|