summaryrefslogtreecommitdiffstats
path: root/src/core/touch_selection_controller_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/touch_selection_controller_client_qt.h')
-rw-r--r--src/core/touch_selection_controller_client_qt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/touch_selection_controller_client_qt.h b/src/core/touch_selection_controller_client_qt.h
index 16d581ba8..a054824a6 100644
--- a/src/core/touch_selection_controller_client_qt.h
+++ b/src/core/touch_selection_controller_client_qt.h
@@ -51,6 +51,7 @@ namespace QtWebEngineCore {
class RenderWidgetHostViewQt;
class TouchSelectionMenuController;
+class TouchHandleDrawableDelegate;
class TouchSelectionControllerClientQt
: public ui::TouchSelectionControllerClient
@@ -98,6 +99,8 @@ public:
std::unique_ptr<ui::TouchHandleDrawable> CreateDrawable() override;
void DidScroll() override;
+ void resetControls();
+
private:
void showMenu();
void hideMenu();