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

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

Issue 217253002: [Android] Short-circuit touch forwarding when no touch handlers exist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build Created 6 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
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_builders_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/web_input_event_builders_android.cc
diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.cc b/content/browser/renderer_host/input/web_input_event_builders_android.cc
index a2ed46fcd38a2210b14dfa017f9cb4b35c4e9062..a76df161e37c55f26c9e6b0b83830d30bb18b61f 100644
--- a/content/browser/renderer_host/input/web_input_event_builders_android.cc
+++ b/content/browser/renderer_host/input/web_input_event_builders_android.cc
@@ -133,10 +133,4 @@ WebGestureEvent WebGestureEventBuilder::Build(WebInputEvent::Type type,
return result;
}
-blink::WebTouchEvent WebTouchEventBuilder::Build(
- const MotionEventAndroid& event,
- float scale) {
- return CreateWebTouchEventFromMotionEvent(event, scale);
-}
-
} // namespace content
« no previous file with comments | « content/browser/renderer_host/input/web_input_event_builders_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698