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

Unified Diff: ui/gl/gl_bindings.h

Issue 120313002: Use stub GL draw/clear calls for browser tests that do not need pixels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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_bindings.h
diff --git a/ui/gl/gl_bindings.h b/ui/gl/gl_bindings.h
index debb0748046bdc3ae4ce1d375b671869a708c164..283f5ef08fcf42ceacc347534c8458bb78d022b6 100644
--- a/ui/gl/gl_bindings.h
+++ b/ui/gl/gl_bindings.h
@@ -228,6 +228,7 @@ struct GL_EXPORT DriverGL {
void Initialize();
void InitializeExtensions(GLContext* context);
void InitializeDebugBindings();
+ void InitializeStubBindings();
void ClearBindings();
void UpdateDebugExtensionBindings();

Powered by Google App Engine
This is Rietveld 408576698