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

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

Issue 590483002: Check if Button is pressed for changing selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check only for Secondary Button Created 6 years, 3 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/gesture_text_selector.h
diff --git a/content/browser/renderer_host/input/gesture_text_selector.h b/content/browser/renderer_host/input/gesture_text_selector.h
index 092c30dab1238067e4ede48d5520aa46a36bfe86..1555d890fc1fad4159a09d4c16f91c83b570e3ac 100644
--- a/content/browser/renderer_host/input/gesture_text_selector.h
+++ b/content/browser/renderer_host/input/gesture_text_selector.h
@@ -54,6 +54,7 @@ class CONTENT_EXPORT GestureTextSelector {
GestureTextSelectorClient* client_;
bool text_selection_triggered_;
+ bool secondary_button_pressed_;
float anchor_x_;
float anchor_y_;

Powered by Google App Engine
This is Rietveld 408576698