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

Unified Diff: content/browser/renderer_host/input/synthetic_pointer.h

Issue 1884883005: Prepare SyntheticPointerAction to handle touch actions for multiple fingers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for mouse and change type of params_list Created 4 years, 7 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_pointer.h
diff --git a/content/browser/renderer_host/input/synthetic_pointer.h b/content/browser/renderer_host/input/synthetic_pointer.h
index b102a075a9333051a498d4a02bd756fc33d57915..faa73b3bf5e1634a6923d61fe4dbdd4150a9b5a8 100644
--- a/content/browser/renderer_host/input/synthetic_pointer.h
+++ b/content/browser/renderer_host/input/synthetic_pointer.h
@@ -40,6 +40,9 @@ class CONTENT_EXPORT SyntheticPointer {
SyntheticGestureTarget* target,
const base::TimeTicks& timestamp) = 0;
+ virtual SyntheticGestureParams::GestureSourceType PointerSourceType()
+ const = 0;
+
protected:
static double ConvertTimestampToSeconds(const base::TimeTicks& timestamp);

Powered by Google App Engine
This is Rietveld 408576698