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

Unified Diff: content/browser/renderer_host/input/input_router_config_helper.h

Issue 1264963003: Disable tap suppression controller on Android WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/input_router_config_helper.h
diff --git a/content/browser/renderer_host/input/input_router_config_helper.h b/content/browser/renderer_host/input/input_router_config_helper.h
index 46fbbd09118d63c93fa2dea50ee843dda99bfd48..cc51dc9feabae47b646546641f9dd5614b87f559 100644
--- a/content/browser/renderer_host/input/input_router_config_helper.h
+++ b/content/browser/renderer_host/input/input_router_config_helper.h
@@ -11,7 +11,8 @@ namespace content {
// Return an InputRouter configuration with parameters tailored to the current
// platform.
-InputRouterImpl::Config GetInputRouterConfigForPlatform();
+InputRouterImpl::Config GetInputRouterConfigForPlatform(
+ bool has_browser_compositor);
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698