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

Unified Diff: blimp/client/feature/compositor/blimp_input_manager.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 | « no previous file | components/html_viewer/touch_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/feature/compositor/blimp_input_manager.cc
diff --git a/blimp/client/feature/compositor/blimp_input_manager.cc b/blimp/client/feature/compositor/blimp_input_manager.cc
index f712d50523e13f657ab7a47518b6f4ff30791490..c7a183c74561a7e70adbcd147c0ac647f82647a4 100644
--- a/blimp/client/feature/compositor/blimp_input_manager.cc
+++ b/blimp/client/feature/compositor/blimp_input_manager.cc
@@ -72,7 +72,7 @@ bool BlimpInputManager::OnTouchEvent(const ui::MotionEvent& motion_event) {
blink::WebTouchEvent touch =
ui::CreateWebTouchEventFromMotionEvent(motion_event,
- result.did_generate_scroll);
+ result.moved_beyond_slop_region);
// Touch events are queued in the Gesture Provider until acknowledged to
// allow them to be consumed by the touch event handlers in blink which can
« no previous file with comments | « no previous file | components/html_viewer/touch_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698