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

Unified Diff: views/widget/widget.cc

Issue 7780012: First step into enabling pure views build for Chromium/ChromiumOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renaming for clarity Created 9 years, 3 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.cc
diff --git a/views/widget/widget.cc b/views/widget/widget.cc
index 8ed6c8d724acab94f1a18a45af72dbd9cdc51554..2806e36df8f263c5a18204526b0f6bec1a961ffc 100644
--- a/views/widget/widget.cc
+++ b/views/widget/widget.cc
@@ -215,7 +215,7 @@ void Widget::SetPureViews(bool pure) {
// static
bool Widget::IsPureViews() {
-#if defined(TOUCH_UI)
+#if defined(USE_ONLY_PURE_VIEWS)
return true;
#else
return use_pure_views;
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698