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

Unified Diff: views/run_all_unittests.cc

Issue 6975051: Remove COMPOSITOR_2 flag, old compositor code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change conditional compile defines. Created 9 years, 6 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 | « ui/gfx/compositor/compositor_gl.cc ('k') | views/view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/run_all_unittests.cc
diff --git a/views/run_all_unittests.cc b/views/run_all_unittests.cc
index 3a0e106f12044ab32ef402c44a13e00f79487a8c..cfd02b6b0d8f247c989feec28724edd0cb0171e3 100644
--- a/views/run_all_unittests.cc
+++ b/views/run_all_unittests.cc
@@ -19,7 +19,7 @@ class ViewTestSuite : public base::TestSuite {
base::TestSuite::Initialize();
ResourceBundle::InitSharedInstance("en-US");
-#if defined(TOUCH_UI)
+#if defined(OS_LINUX)
// Disable GPU browser compositor during unit tests.
views::View::set_use_acceleration_when_possible(false);
#endif
« no previous file with comments | « ui/gfx/compositor/compositor_gl.cc ('k') | views/view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698