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

Unified Diff: ui/gl/test/gl_surface_test_support.h

Issue 2629633003: Refactor GL bindings so there is no global GLApi or DriverGL. (Closed)
Patch Set: Created 3 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
Index: ui/gl/test/gl_surface_test_support.h
diff --git a/ui/gl/test/gl_surface_test_support.h b/ui/gl/test/gl_surface_test_support.h
index 08bbea46ea4031058eb93eb785739834bc195980..2fa64aea767ecab1aa3dfa468e93f5f267b00e71 100644
--- a/ui/gl/test/gl_surface_test_support.h
+++ b/ui/gl/test/gl_surface_test_support.h
@@ -15,6 +15,7 @@ class GLSurfaceTestSupport {
static void InitializeOneOffImplementation(GLImplementation impl,
bool fallback_to_osmesa);
static void InitializeOneOffWithMockBindings();
+ static void InitializeOneOffWithStubBindings();
};
} // namespace gl

Powered by Google App Engine
This is Rietveld 408576698