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

Unified Diff: content/browser/renderer_host/input/touch_selection_controller_client_aura.h

Issue 2201853002: Blink handle selection handle visibility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixing clear handles Created 4 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/input/touch_selection_controller_client_aura.h
diff --git a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
index 0d6dba6a4d837688e38970c1bf52248505812e78..222fd62800b91ee4d6cd705c3575206473c4a0f7 100644
--- a/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
+++ b/content/browser/renderer_host/input/touch_selection_controller_client_aura.h
@@ -50,7 +50,6 @@ class CONTENT_EXPORT TouchSelectionControllerClientAura
private:
friend class TestTouchSelectionControllerClientAura;
- class EnvPreTargetHandler;
bool IsQuickMenuAvailable() const;
void ShowQuickMenu();
@@ -82,10 +81,6 @@ class CONTENT_EXPORT TouchSelectionControllerClientAura
bool show_quick_menu_immediately_for_test_;
- // A pre-target event handler for aura::Env which deactivates touch selection
- // on mouse and keyboard events.
- std::unique_ptr<EnvPreTargetHandler> env_pre_target_handler_;
-
DISALLOW_COPY_AND_ASSIGN(TouchSelectionControllerClientAura);
};

Powered by Google App Engine
This is Rietveld 408576698