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 |