#ifndef UI_TOUCH_SELECTION_LONGPRESS_DRAG_SELECTOR_H_
#define UI_TOUCH_SELECTION_LONGPRESS_DRAG_SELECTOR_H_
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "ui/gfx/geometry/point_f.h"
#include "ui/gfx/geometry/vector2d_f.h"
#include "ui/touch_selection/touch_selection_draggable.h"
#include "ui/touch_selection/ui_touch_selection_export.h"
namespace ui {
class MotionEvent;
class UI_TOUCH_SELECTION_EXPORT LongPressDragSelectorClient
: public TouchSelectionDraggableClient { … };
class UI_TOUCH_SELECTION_EXPORT LongPressDragSelector
: public TouchSelectionDraggable { … };
}
#endif