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

Unified Diff: ui/gl/gl_fence_nv.h

Issue 1637293002: Reuse GLFenceNV when an existing CommandsCompletedQuery is reused (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ResetSupported check into a separate function Created 4 years, 11 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 | « ui/gl/gl_fence.cc ('k') | ui/gl/gl_fence_nv.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_fence_nv.h
diff --git a/ui/gl/gl_fence_nv.h b/ui/gl/gl_fence_nv.h
index b1dc88fb967bf0a668092c77d7b7cb128e7fce27..488251b777a1868b21278e24c05507e500c4c7fb 100644
--- a/ui/gl/gl_fence_nv.h
+++ b/ui/gl/gl_fence_nv.h
@@ -17,6 +17,8 @@ class GL_EXPORT GLFenceNV : public GLFence {
~GLFenceNV() override;
// GLFence implementation:
+ bool ResetSupported() override;
+ void ResetState() override;
bool HasCompleted() override;
void ClientWait() override;
void ServerWait() override;
« no previous file with comments | « ui/gl/gl_fence.cc ('k') | ui/gl/gl_fence_nv.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698