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

Unified Diff: ui/app_list/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 | « content/test/content_test_suite.cc ('k') | ui/aura/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/test/run_all_unittests.cc
diff --git a/ui/app_list/test/run_all_unittests.cc b/ui/app_list/test/run_all_unittests.cc
index c10b376d1d92e5250715ee050093d20455ecd011..48dd5a8be4096ae67b099a86927a6f1e0c69f78c 100644
--- a/ui/app_list/test/run_all_unittests.cc
+++ b/ui/app_list/test/run_all_unittests.cc
@@ -24,7 +24,7 @@ class AppListTestSuite : public base::TestSuite {
protected:
virtual void Initialize() OVERRIDE {
#if !defined(OS_MACOSX)
- gfx::GLSurface::InitializeOneOffForTests(true);
+ gfx::GLSurface::InitializeOneOffForTests();
#endif
base::TestSuite::Initialize();
ui::RegisterPathProvider();
« no previous file with comments | « content/test/content_test_suite.cc ('k') | ui/aura/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698