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

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

Issue 2914083002: Move InputRouterImpl::Config to InputRouter::Config (Closed)
Patch Set: Created 3 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/input/input_router_config_helper.cc
diff --git a/content/browser/renderer_host/input/input_router_config_helper.cc b/content/browser/renderer_host/input/input_router_config_helper.cc
index 91bd333e75e5651c7b5868038959622e57ea3618..1f53c32f1617d6e3e14284e1c2f5959fd7164b1e 100644
--- a/content/browser/renderer_host/input/input_router_config_helper.cc
+++ b/content/browser/renderer_host/input/input_router_config_helper.cc
@@ -80,8 +80,8 @@ GestureEventQueue::Config GetGestureEventQueueConfig() {
} // namespace
-InputRouterImpl::Config GetInputRouterConfigForPlatform() {
- InputRouterImpl::Config config;
+InputRouter::Config GetInputRouterConfigForPlatform() {
+ InputRouter::Config config;
config.gesture_config = GetGestureEventQueueConfig();
config.touch_config = GetTouchEventQueueConfig();
return config;

Powered by Google App Engine
This is Rietveld 408576698