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

Unified Diff: ui/gl/gl_interface.h

Issue 10822029: Use EXT_robustness where available on GLES2 platforms to detect and respond to resets of the graphi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GL interface mock. Created 8 years, 5 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_interface.h
diff --git a/ui/gl/gl_interface.h b/ui/gl/gl_interface.h
index 6c6df366bba00628895e72458706134af14515a6..c4bbd19c42c8782c2151080161622fec6a7561ac 100644
--- a/ui/gl/gl_interface.h
+++ b/ui/gl/gl_interface.h
@@ -622,6 +622,8 @@ class GL_EXPORT GLInterface {
virtual GLenum GetGraphicsResetStatusARB() = 0;
+ virtual GLenum GetGraphicsResetStatusEXT() = 0;
+
virtual GLsync FenceSync(GLenum condition, GLbitfield flags) = 0;
virtual void DeleteSync(GLsync sync) = 0;
« ui/gl/gl_fence.cc ('K') | « ui/gl/gl_fence.cc ('k') | ui/gl/gl_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698