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

Unified Diff: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp

Issue 2437233002: Implement EXT_disjoint_timer_query_webgl2 (Closed)
Patch Set: rebase Created 4 years, 2 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: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
index 647d359d89f3d2d8b0852997ecf40a3996433f1c..ae0e87b6a0aed0a3d493ec84e4b5daaf19a68849 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
+++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
@@ -82,7 +82,7 @@ void EXTDisjointTimerQuery::beginQueryEXT(GLenum target,
if (m_currentElapsedQuery) {
scoped.context()->synthesizeGLError(GL_INVALID_OPERATION, "beginQueryEXT",
- "no current query");
+ "a query is already active for target");
return;
}

Powered by Google App Engine
This is Rietveld 408576698