Index: ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
index aa75376f64a3771b851bf98064432c320194a2c8..6cf8fc5a879f15d1100eea2107e434eec853fe1b 100644 |
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_x11.cc |
@@ -31,7 +31,6 @@ |
#include "ui/views/corewm/corewm_switches.h" |
#include "ui/views/corewm/cursor_manager.h" |
#include "ui/views/corewm/focus_controller.h" |
-#include "ui/views/ime/input_method.h" |
#include "ui/views/widget/desktop_aura/desktop_activation_client.h" |
#include "ui/views/widget/desktop_aura/desktop_cursor_loader_updater_aurax11.h" |
#include "ui/views/widget/desktop_aura/desktop_dispatcher_client.h" |
@@ -529,15 +528,6 @@ void DesktopRootWindowHostX11::FlashFrame(bool flash_frame) { |
NOTIMPLEMENTED(); |
} |
-void DesktopRootWindowHostX11::OnNativeWidgetFocus() { |
- native_widget_delegate_->AsWidget()->GetInputMethod()->OnFocus(); |
-} |
- |
-void DesktopRootWindowHostX11::OnNativeWidgetBlur() { |
- if (xwindow_) |
- native_widget_delegate_->AsWidget()->GetInputMethod()->OnBlur(); |
-} |
- |
//////////////////////////////////////////////////////////////////////////////// |
// DesktopRootWindowHostX11, aura::RootWindowHost implementation: |