Index: content/browser/renderer_host/input/synthetic_touch_pointer.cc |
diff --git a/content/browser/renderer_host/input/synthetic_touch_pointer.cc b/content/browser/renderer_host/input/synthetic_touch_pointer.cc |
index ca4637a6711795e825a10c7069bed92afbd6e457..fc3de440c4ee9ac31af677166887631d9cde02d7 100644 |
--- a/content/browser/renderer_host/input/synthetic_touch_pointer.cc |
+++ b/content/browser/renderer_host/input/synthetic_touch_pointer.cc |
@@ -43,4 +43,9 @@ void SyntheticTouchPointer::Release(int index, |
touch_event_.ReleasePoint(index); |
} |
+SyntheticGestureParams::GestureSourceType |
+SyntheticTouchPointer::PointerSourceType() const { |
+ return SyntheticGestureParams::TOUCH_INPUT; |
+} |
+ |
} // namespace content |