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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 16114003: Don't send touch move to renderer while scrolling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index ad54e84f6a0ca9f11c32e2e216e6773a1e26d646..921c6741d54d92291135448def49c7b4ce281058 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -832,6 +832,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kDisableSessionStorage,
switches::kDisableSharedWorkers,
switches::kDisableSpeechInput,
+ switches::kDisableTouchCancelAfterScroll,
switches::kDisableTouchDragDrop,
switches::kDisableTouchEditing,
#if defined(OS_ANDROID)
@@ -860,6 +861,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kEnableSkiaBenchmarking,
switches::kEnableLogging,
switches::kEnableSpeechSynthesis,
+ switches::kEnableTouchCancelAfterScroll,
switches::kEnableTouchDragDrop,
switches::kEnableTouchEditing,
switches::kEnableVsyncNotification,

Powered by Google App Engine
This is Rietveld 408576698