Index: content/browser/renderer_host/input/synthetic_mouse_pointer.cc |
diff --git a/content/browser/renderer_host/input/synthetic_mouse_pointer.cc b/content/browser/renderer_host/input/synthetic_mouse_pointer.cc |
index 042603fe5fbfccbc32584234cdfd93846321a91b..6b4c8b546995c1740ad2f33634857e8b425f85cc 100644 |
--- a/content/browser/renderer_host/input/synthetic_mouse_pointer.cc |
+++ b/content/browser/renderer_host/input/synthetic_mouse_pointer.cc |
@@ -46,4 +46,9 @@ void SyntheticMousePointer::Release(int index, |
mouse_event_.clickCount = 1; |
} |
+SyntheticGestureParams::GestureSourceType |
+SyntheticMousePointer::PointerSourceType() const { |
+ return SyntheticGestureParams::MOUSE_INPUT; |
+} |
+ |
} // namespace content |