Index: views/widget/widget.cc |
diff --git a/views/widget/widget.cc b/views/widget/widget.cc |
index 8ed6c8d724acab94f1a18a45af72dbd9cdc51554..1128c2bd0cd5d80ffb69d567ce19966775a3fd8f 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(TOOLKIT_USES_PURE_VIEWS) |
oshima
2011/09/10 02:04:19
TOOLKIT_USES_PURE_VIEWS and TOOLKIT_USES_GTK will
Emmanuel Saint-loubert-Bié
2011/09/10 03:06:31
The goal of this CL is to have a unique gyp flag (
|
return true; |
#else |
return use_pure_views; |