summaryrefslogtreecommitdiffstats
path: root/ui/gl/gpu_timing_fake.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gl/gpu_timing_fake.h')
-rw-r--r--ui/gl/gpu_timing_fake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gl/gpu_timing_fake.h b/ui/gl/gpu_timing_fake.h
index 40c93f4..82deea9 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);