Index: content/browser/renderer_host/input/synthetic_mouse_pointer.h |
diff --git a/content/browser/renderer_host/input/synthetic_mouse_pointer.h b/content/browser/renderer_host/input/synthetic_mouse_pointer.h |
index 9f806f3b5f806665bfbf167a2f4759cfb99692f4..a5fbf04c36f946ca86c42701d324d3600b48bab0 100644 |
--- a/content/browser/renderer_host/input/synthetic_mouse_pointer.h |
+++ b/content/browser/renderer_host/input/synthetic_mouse_pointer.h |
@@ -34,7 +34,6 @@ class CONTENT_EXPORT SyntheticMousePointer : public SyntheticPointer { |
const base::TimeTicks& timestamp) override; |
private: |
- SyntheticGestureParams::GestureSourceType gesture_source_type_; |
blink::WebMouseEvent mouse_event_; |
DISALLOW_COPY_AND_ASSIGN(SyntheticMousePointer); |
}; |