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 a5fbf04c36f946ca86c42701d324d3600b48bab0..c58ca0e7d0ec263e9e29477d93f46a00b0463453 100644 |
--- a/content/browser/renderer_host/input/synthetic_mouse_pointer.h |
+++ b/content/browser/renderer_host/input/synthetic_mouse_pointer.h |
@@ -33,6 +33,8 @@ class CONTENT_EXPORT SyntheticMousePointer : public SyntheticPointer { |
SyntheticGestureTarget* target, |
const base::TimeTicks& timestamp) override; |
+ SyntheticGestureParams::GestureSourceType PointerSourceType() const override; |
+ |
private: |
blink::WebMouseEvent mouse_event_; |
DISALLOW_COPY_AND_ASSIGN(SyntheticMousePointer); |