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

Unified Diff: chrome/test/base/chrome_test_suite.cc

Issue 176843008: Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rmdisabledraw: Created 6 years, 10 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 | « cc/test/cc_test_suite.cc ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_suite.cc
diff --git a/chrome/test/base/chrome_test_suite.cc b/chrome/test/base/chrome_test_suite.cc
index ffa98e3099773abefbe7b3d720ea6cf8cc57d7c3..e8c425daa640ea3668ba5d6e6b3fd74e78e68dbd 100644
--- a/chrome/test/base/chrome_test_suite.cc
+++ b/chrome/test/base/chrome_test_suite.cc
@@ -192,7 +192,7 @@ void ChromeTestSuite::Initialize() {
// For browser tests, a full chrome instance is initialized which will set up
// GLSurface itself. For unit tests, we need to set this up for them.
if (!IsBrowserTestSuite())
- gfx::GLSurface::InitializeOneOffForTests(true);
+ gfx::GLSurface::InitializeOneOffForTests();
#endif
#if defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « cc/test/cc_test_suite.cc ('k') | components/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698