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

Unified Diff: content/browser/renderer_host/input/synthetic_gesture_controller.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: Created 4 years, 8 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_gesture_controller.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_controller.h b/content/browser/renderer_host/input/synthetic_gesture_controller.h
index f7b03c2fd795159b0a8dad61a6dee8965a4de6e7..9ef6829228c370a5545243834a8a36095ca967c3 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_controller.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_controller.h
@@ -43,6 +43,9 @@ class CONTENT_EXPORT SyntheticGestureController {
// fully flushed from the input pipeline (i.e., sent, processed and ack'ed).
void OnDidFlushInput();
+ SyntheticGestureParams::GestureSourceType
+ GetDefaultSyntheticGestureSourceType();
+
private:
void StartGesture(const SyntheticGesture& gesture);
void StopGesture(const SyntheticGesture& gesture,

Powered by Google App Engine
This is Rietveld 408576698