Chromium Code Reviews| 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..14b27e7a278e081f1c272eeb465920eae8ea8e29 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_; | 
| + int anchor_x_; | 
| 
 
jdduke (slow)
2014/10/10 14:37:33
These should be floats.
 
AviD
2014/10/10 16:06:11
Done.
 
 | 
| + int anchor_y_; | 
| scoped_ptr<ui::GestureDetector> gesture_detector_; | 
| DISALLOW_COPY_AND_ASSIGN(GestureTextSelector); |