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 4853dfe1c21693bb4d594bb44d749647b9b82dd7..5e339a6d4d9d0967f4234996423f4e0692dd614c 100644 |
--- a/content/browser/renderer_host/input/gesture_text_selector.h |
+++ b/content/browser/renderer_host/input/gesture_text_selector.h |
@@ -59,6 +59,9 @@ class CONTENT_EXPORT GestureTextSelector : public ui::SimpleGestureListener { |
GestureTextSelectorClient* client_; |
bool text_selection_triggered_; |
+ bool secondary_button_pressed_; |
+ float anchor_x_; |
+ float anchor_y_; |
scoped_ptr<ui::GestureDetector> gesture_detector_; |
DISALLOW_COPY_AND_ASSIGN(GestureTextSelector); |