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

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

Issue 2742473002: gpu benchmarking swipe for touchpad
Patch Set: swipe direction fixed Created 3 years, 9 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_target_aura.h
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
index fc5429e76c3e15e33948febba8ece68d963ae7f2..f6f89220d878062073df2eb11c4ea0ff3e79dc62 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_aura.h
@@ -31,6 +31,9 @@ class SyntheticGestureTargetAura : public SyntheticGestureTargetBase {
void DispatchWebMouseEventToPlatform(
const blink::WebMouseEvent& web_mouse,
const ui::LatencyInfo& latency_info) override;
+ void DispatchTouchpadGestureFlingStartToPlatform(
+ const blink::WebGestureEvent& web_gesture,
+ const ui::LatencyInfo& latency_info) override;
// SyntheticGestureTarget:
SyntheticGestureParams::GestureSourceType

Powered by Google App Engine
This is Rietveld 408576698