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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.h

Issue 1155013005: Refactoring the ownership of ui::InputMethod. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed bot failure: cast_shell_linux Created 5 years, 6 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: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
index 0419fab32cb143e39563ac4b59c2aa783fbb2e2e..88ae74a0f37325b6e08563a123f5081c69749734 100644
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
@@ -79,9 +79,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
// as by the time we get here |dispatcher_| is NULL.
virtual void OnDesktopWindowTreeHostDestroyed(aura::WindowTreeHost* host);
- wm::InputMethodEventFilter* input_method_event_filter() {
- return input_method_event_filter_.get();
- }
wm::CompoundEventFilter* root_window_event_filter() {
return root_window_event_filter_.get();
}
@@ -241,9 +238,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
friend class FocusManagerEventHandler;
friend class RootWindowDestructionObserver;
- // Installs the input method filter.
- void InstallInputMethodEventFilter();
-
// To save a clear on platforms where the window is never transparent, the
// window is only set as transparent when the glass frame is in use.
void UpdateWindowTransparency();
@@ -279,8 +273,6 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
// Toplevel event filter which dispatches to other event filters.
scoped_ptr<wm::CompoundEventFilter> root_window_event_filter_;
- scoped_ptr<wm::InputMethodEventFilter> input_method_event_filter_;
-
scoped_ptr<DropHelper> drop_helper_;
int last_drop_operation_;

Powered by Google App Engine
This is Rietveld 408576698