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

Unified Diff: views/run_all_unittests.cc

Issue 8240006: Use a mocked compositor for unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 9 years, 2 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
Index: views/run_all_unittests.cc
diff --git a/views/run_all_unittests.cc b/views/run_all_unittests.cc
index 90fd4dda1307d6c72bff14705c284856a692c29c..6e36c7a7776066a01876fc7fa84118abb8982972 100644
--- a/views/run_all_unittests.cc
+++ b/views/run_all_unittests.cc
@@ -17,11 +17,6 @@ class ViewTestSuite : public base::TestSuite {
ui::RegisterPathProvider();
ui::ResourceBundle::InitSharedInstance("en-US");
-
-#if defined(OS_LINUX)
- // Disable GPU browser compositor during unit tests.
- views::View::set_use_acceleration_when_possible(false);
-#endif
}
};

Powered by Google App Engine
This is Rietveld 408576698