summaryrefslogtreecommitdiff
path: root/chromium/ui/touch_selection/touch_selection_draggable.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/touch_selection/touch_selection_draggable.h')
-rw-r--r--chromium/ui/touch_selection/touch_selection_draggable.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/chromium/ui/touch_selection/touch_selection_draggable.h b/chromium/ui/touch_selection/touch_selection_draggable.h
index 0bd9a70f884..2c7217415cd 100644
--- a/chromium/ui/touch_selection/touch_selection_draggable.h
+++ b/chromium/ui/touch_selection/touch_selection_draggable.h
@@ -27,6 +27,15 @@ class UI_TOUCH_SELECTION_EXPORT TouchSelectionDraggableClient {
// Generic interface for entities that manipulate the selection via dragging.
class UI_TOUCH_SELECTION_EXPORT TouchSelectionDraggable {
+ public:
+ // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
+ // GENERATED_JAVA_CLASS_NAME_OVERRIDE: TouchSelectionDraggableType
+ enum class Type {
+ kNone,
+ kTouchHandle,
+ kLongpress,
+ };
+
protected:
virtual ~TouchSelectionDraggable() {}