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

Side by Side Diff: ui/views/touchui/touch_selection_controller_impl.h

Issue 8547015: Revert 110949 - views: Move widget/ directory to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_ 5 #ifndef UI_UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_
6 #define UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_ 6 #define UI_UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_
7 #pragma once 7 #pragma once
8 8
9 #include "base/timer.h" 9 #include "base/timer.h"
10 #include "ui/gfx/point.h" 10 #include "ui/gfx/point.h"
11 #include "ui/views/touchui/touch_selection_controller.h" 11 #include "ui/views/touchui/touch_selection_controller.h"
12 #include "views/view.h" 12 #include "views/view.h"
13 #include "views/views_export.h" 13 #include "views/views_export.h"
14 14
15 namespace views { 15 namespace views {
16 16
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_; 75 base::OneShotTimer<TouchSelectionControllerImpl> context_menu_timer_;
76 76
77 // Pointer to the SelectionHandleView being dragged during a drag session. 77 // Pointer to the SelectionHandleView being dragged during a drag session.
78 SelectionHandleView* dragging_handle_; 78 SelectionHandleView* dragging_handle_;
79 79
80 DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerImpl); 80 DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerImpl);
81 }; 81 };
82 82
83 } // namespace views 83 } // namespace views
84 84
85 #endif // UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_ 85 #endif // UI_UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_IMPL_H_
OLDNEW
« no previous file with comments | « ui/views/touchui/gesture_manager.cc ('k') | ui/views/touchui/touch_selection_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698