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

Unified Diff: ui/gl/gl_fence.h

Issue 331293003: Add common GLFence::IsSupported() check (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/gl_fence.h
diff --git a/ui/gl/gl_fence.h b/ui/gl/gl_fence.h
index 021f3456f132c831417cb80f0a9f90f3b1d8709d..a4f9743ee1a680ddb07fa796d44380e97e5198cc 100644
--- a/ui/gl/gl_fence.h
+++ b/ui/gl/gl_fence.h
@@ -15,6 +15,7 @@ class GL_EXPORT GLFence {
GLFence();
virtual ~GLFence();
+ static bool IsSupported();
static GLFence* Create();
// Creates a fence that is not guaranteed to signal until the current context

Powered by Google App Engine
This is Rietveld 408576698