Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(612)

Unified Diff: ui/gl/gpu_timing_fake.h

Issue 1188013004: Added support for Time Elapsed queries through the command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed extra line Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/gl/gpu_timing_fake.h
diff --git a/ui/gl/gpu_timing_fake.h b/ui/gl/gpu_timing_fake.h
index 625a394d8aff7d86c2073f1751299e6a4d0f5d3a..40c93f425765f23d77b0ddde0954ac0d81c8bdf4 100644
--- a/ui/gl/gpu_timing_fake.h
+++ b/ui/gl/gpu_timing_fake.h
@@ -41,7 +41,7 @@ class GPUTimingFake {
void FakeGLDeleteQueries(GLsizei n, const GLuint* ids);
void FakeGLBeginQuery(GLenum target, GLuint id);
void FakeGLEndQuery(GLenum target);
- void FakeGLGetQueryObjectiv(GLuint id, GLenum pname, GLint* params);
+ void FakeGLGetQueryObjectuiv(GLuint id, GLenum pname, GLuint* params);
void FakeGLQueryCounter(GLuint id, GLenum target);
void FakeGLGetInteger64v(GLenum pname, GLint64 * data);
void FakeGLGetQueryObjectui64v(GLuint id, GLenum pname, GLuint64* params);

Powered by Google App Engine
This is Rietveld 408576698