Commit 5806b3a7 authored by pkotwicz@chromium.org's avatar pkotwicz@chromium.org

Gets rid of TOUCH_UI in views/widget.cc

BUG=105046

Review URL: http://codereview.chromium.org/8638015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111176 0039d316-1c4b-4281-b951-d872f2087c98
parent d3a1c0c2
......@@ -223,7 +223,7 @@ void Widget::SetPureViews(bool pure) {
// static
bool Widget::IsPureViews() {
#if defined(USE_AURA) || defined(TOUCH_UI)
#if defined(USE_AURA)
return true;
#else
return use_pure_views;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment