Index: ui/aura/window_tree_host_x11.cc |
diff --git a/ui/aura/window_tree_host_x11.cc b/ui/aura/window_tree_host_x11.cc |
index 2ecefb4d2b5ab5bd1d29ee396e8158748b218259..8b0f5644c56972e9a6279ee728170940b8b7d8f7 100644 |
--- a/ui/aura/window_tree_host_x11.cc |
+++ b/ui/aura/window_tree_host_x11.cc |
@@ -487,7 +487,6 @@ uint32_t WindowTreeHostX11::Dispatch(const base::NativeEvent& event) { |
case MappingModifier: |
case MappingKeyboard: |
XRefreshKeyboardMapping(&xev->xmapping); |
- OnKeyboardMappingChanged(); |
break; |
case MappingPointer: |
ui::DeviceDataManager::GetInstance()->UpdateButtonMap(); |