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

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

Issue 1385793002: Only make timer queries' results available when control returns to browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review feedback from dyen. Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.h
diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.h b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.h
index 0564d520b06d65727ce6007da11a81cfafa9ded3..84e2eec7b5c97eaab66bdf46d83d0ad7ef93bf6e 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.h
+++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.h
@@ -40,8 +40,6 @@ private:
friend class WebGLTimerQueryEXT;
explicit EXTDisjointTimerQuery(WebGLRenderingContextBase*);
- void OnQueryDeleted(GLuint);
-
Member<WebGLTimerQueryEXT> m_currentElapsedQuery;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698