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

Unified Diff: components/html_viewer/touch_handler.cc

Issue 1645613007: Redefined the bit WebTouchEvent.causesScrollingIfUncanceled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed an aura unittest. Created 4 years, 10 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 | « blimp/client/feature/compositor/blimp_input_manager.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/touch_handler.cc
diff --git a/components/html_viewer/touch_handler.cc b/components/html_viewer/touch_handler.cc
index ff1253f366f177f7b6c20a51c778303eeffc8c0b..c7eeb96929275ca7950180cdcd156080d45ed447 100644
--- a/components/html_viewer/touch_handler.cc
+++ b/components/html_viewer/touch_handler.cc
@@ -182,7 +182,7 @@ void TouchHandler::SendMotionEventToGestureProvider() {
return;
blink::WebTouchEvent web_event = ui::CreateWebTouchEventFromMotionEvent(
- *current_motion_event_, result.did_generate_scroll);
+ *current_motion_event_, result.moved_beyond_slop_region);
gesture_provider_.OnTouchEventAck(web_event.uniqueTouchEventId,
web_widget_->handleInputEvent(web_event) !=
blink::WebInputEventResult::NotHandled);
« no previous file with comments | « blimp/client/feature/compositor/blimp_input_manager.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698