| 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_;
|
|
|
|
|