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

Unified Diff: ui/gl/gl_fence_arb.h

Issue 2408543003: Loosen the GLFenceARB assertions when glClientWaitSync fails. (Closed)
Patch Set: Preemptive 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
« no previous file with comments | « no previous file | ui/gl/gl_fence_arb.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_fence_arb.h
diff --git a/ui/gl/gl_fence_arb.h b/ui/gl/gl_fence_arb.h
index 6e34a8ca08ce12351e173b14d7d265f1c2f6e77e..6b44c01143ab8613b002e601eb8f7b1ac840ed46 100644
--- a/ui/gl/gl_fence_arb.h
+++ b/ui/gl/gl_fence_arb.h
@@ -26,6 +26,8 @@ class GL_EXPORT GLFenceARB : public GLFence {
private:
GLsync sync_ = 0;
+ void HandleClientWaitFailure();
+
DISALLOW_COPY_AND_ASSIGN(GLFenceARB);
};
« no previous file with comments | « no previous file | ui/gl/gl_fence_arb.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698