summaryrefslogtreecommitdiffstats
path: root/ui/views/touchui/touch_selection_controller.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 17:26:28 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-16 17:26:28 +0000
commita5a3689b36825d4b24e92f90d338b8eac43a5435 (patch)
tree6ae20243e769312917c4e04ae6ec94740dd4f698 /ui/views/touchui/touch_selection_controller.cc
parent96f2010e7418681d7dc8ac8256ab7eee44dba826 (diff)
downloadchromium_src-a5a3689b36825d4b24e92f90d338b8eac43a5435.zip
chromium_src-a5a3689b36825d4b24e92f90d338b8eac43a5435.tar.gz
chromium_src-a5a3689b36825d4b24e92f90d338b8eac43a5435.tar.bz2
views: Move desktop and touchui directories to ui/views/.
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8568022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110316 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/touchui/touch_selection_controller.cc')
-rw-r--r--ui/views/touchui/touch_selection_controller.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/ui/views/touchui/touch_selection_controller.cc b/ui/views/touchui/touch_selection_controller.cc
new file mode 100644
index 0000000..317e223
--- /dev/null
+++ b/ui/views/touchui/touch_selection_controller.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/views/touchui/touch_selection_controller.h"
+
+namespace views {
+
+#if !defined(TOUCH_UI)
+TouchSelectionController* TouchSelectionController::create(
+ TouchSelectionClientView* client_view) {
+ return NULL;
+}
+#endif
+
+} // namespace views