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

Unified Diff: chrome/test/test_launcher_utils.h

Issue 4784001: Removed --use-gl=osmesa as default for ui and browser tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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: chrome/test/test_launcher_utils.h
===================================================================
--- chrome/test/test_launcher_utils.h (revision 65684)
+++ chrome/test/test_launcher_utils.h (working copy)
@@ -21,6 +21,11 @@
// Overrides the current process' user data dir.
bool OverrideUserDataDir(const FilePath& user_data_dir) WARN_UNUSED_RESULT;
+// Override the GL implementation. The names are the same as for the --use-gl
+// command line switch. Use the constants in the gfx namespace.
+void OverrideGLImplementation(CommandLine* command_line,
+ const char* implementation_name);
+
} // namespace test_launcher_utils
#endif // CHROME_TEST_TEST_LAUNCHER_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698