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

Unified Diff: content/browser/renderer_host/input/synthetic_mouse_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: 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.h
diff --git a/content/browser/renderer_host/input/synthetic_mouse_pointer.h b/content/browser/renderer_host/input/synthetic_mouse_pointer.h
index a5fbf04c36f946ca86c42701d324d3600b48bab0..fcd396123dfbd32f7b1e8cb6036ad0db54ba145c 100644
--- a/content/browser/renderer_host/input/synthetic_mouse_pointer.h
+++ b/content/browser/renderer_host/input/synthetic_mouse_pointer.h
@@ -33,6 +33,8 @@ class CONTENT_EXPORT SyntheticMousePointer : public SyntheticPointer {
SyntheticGestureTarget* target,
const base::TimeTicks& timestamp) override;
+ SyntheticGestureParams::GestureSourceType SourceType() const override;
+
private:
blink::WebMouseEvent mouse_event_;
DISALLOW_COPY_AND_ASSIGN(SyntheticMousePointer);

Powered by Google App Engine
This is Rietveld 408576698