Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1329)

Unified Diff: content/browser/renderer_host/input/synthetic_mouse_pointer.cc

Issue 1884883005: Prepare SyntheticPointerAction to handle touch actions for multiple fingers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: return nullptr Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..556d1fe36ed2dfa37630788eb96470258082afb6 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::SourceType()
+ const {
+ return SyntheticGestureParams::MOUSE_INPUT;
+}
+
} // namespace content
« no previous file with comments | « content/browser/renderer_host/input/synthetic_mouse_pointer.h ('k') | content/browser/renderer_host/input/synthetic_pointer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698