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

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

Issue 2856423002: input: Change how synthesized events are dispatched in telemetry tests. (Closed)
Patch Set: . Created 3 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_gesture_target_base.cc
diff --git a/content/browser/renderer_host/input/synthetic_gesture_target_base.cc b/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
index 2974e36da807943da6d30c9bb03dcceb019416bc..60019ad8439a95c9dcf73019d42c43977e9d6665 100644
--- a/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
+++ b/content/browser/renderer_host/input/synthetic_gesture_target_base.cc
@@ -103,10 +103,6 @@ void SyntheticGestureTargetBase::DispatchWebMouseEventToPlatform(
host_->ForwardMouseEventWithLatencyInfo(web_mouse, latency_info);
}
-void SyntheticGestureTargetBase::SetNeedsFlush() {
- host_->SetNeedsFlush();
-}
-
SyntheticGestureParams::GestureSourceType
SyntheticGestureTargetBase::GetDefaultSyntheticGestureSourceType() const {
return SyntheticGestureParams::MOUSE_INPUT;

Powered by Google App Engine
This is Rietveld 408576698