| Index: ui/gl/gpu_timing_fake.h
|
| diff --git a/ui/gl/gpu_timing_fake.h b/ui/gl/gpu_timing_fake.h
|
| index 40c93f425765f23d77b0ddde0954ac0d81c8bdf4..82deea9294a39317d11d85463f83ee501f81af7f 100644
|
| --- a/ui/gl/gpu_timing_fake.h
|
| +++ b/ui/gl/gpu_timing_fake.h
|
| @@ -32,6 +32,7 @@ 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 ExpectGPUTimerQuery(MockGLInterface& gl, bool elapsed_query);
|
| void ExpectOffsetCalculationQuery(MockGLInterface& gl);
|
| void ExpectNoOffsetCalculationQuery(MockGLInterface& gl);
|
|
|