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

Unified Diff: components/test/run_all_unittests.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 | « chrome/test/base/chrome_test_suite.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test/run_all_unittests.cc
diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc
index fbe1fd029722a64b1a6a102cfef9c5c8528da823..889d12800eace39b62c1f2cc319ecd1405d960ee 100644
--- a/components/test/run_all_unittests.cc
+++ b/components/test/run_all_unittests.cc
@@ -30,7 +30,7 @@ class ComponentsTestSuite : public base::TestSuite {
virtual void Initialize() OVERRIDE {
base::TestSuite::Initialize();
#if !defined(OS_IOS)
- gfx::GLSurface::InitializeOneOffForTests(true);
+ gfx::GLSurface::InitializeOneOffForTests();
#endif
#if defined(OS_ANDROID)
// Register JNI bindings for android.
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698