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

Unified Diff: content/public/test/browser_test_base.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: stubgl: use_osmesa Created 6 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
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.h
diff --git a/content/public/test/browser_test_base.h b/content/public/test/browser_test_base.h
index 901f34368ef46d84122829ed755fc5fb1b36f482..724c61d918ad0ca341972bff26171a60dea02125 100644
--- a/content/public/test/browser_test_base.h
+++ b/content/public/test/browser_test_base.h
@@ -122,10 +122,6 @@ class BrowserTestBase : public testing::Test {
// test.
void UseRealGLContexts();
- // Call this before SetUp() to use real GL drivers instead of OSMesa for the
- // test.
- void UseRealGLBindings();
-
// Call this before SetUp() to not use GL, but use software compositing
// instead.
void UseSoftwareCompositing();
@@ -149,10 +145,6 @@ class BrowserTestBase : public testing::Test {
// the test, so that it produces real pixel output.
bool allow_test_contexts_;
- // When false, the GL backend will use a real GPU. When true, it uses OSMesa
- // to run GL on the CPU in a way that works across all platforms.
- bool allow_osmesa_;
-
// When true, do compositing with the software backend instead of using GL.
bool use_software_compositing_;
« no previous file with comments | « content/browser/media/media_browsertest.cc ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698