Chromium Code Reviews| Index: ui/gl/gpu_timing.h |
| diff --git a/ui/gl/gpu_timing.h b/ui/gl/gpu_timing.h |
| index 08f9c0377d484ad676a6fd4ba670f0cf1e07118d..1115466275695ab1ccd51a77599c3b2b00e2b455 100644 |
| --- a/ui/gl/gpu_timing.h |
| +++ b/ui/gl/gpu_timing.h |
| @@ -86,6 +86,9 @@ class GL_EXPORT GPUTimer { |
| // this object. |
| void Destroy(bool have_context); |
| + // Start an instant timer, start and end will be equal. |
| + void QueryTimeStamp(); |
| + |
| // Start a timer range. |
| void Start(); |
| void End(); |