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

Unified Diff: mandoline/ui/aura/native_widget_view_manager.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: mandoline/ui/aura/native_widget_view_manager.h
diff --git a/mandoline/ui/aura/native_widget_view_manager.h b/mandoline/ui/aura/native_widget_view_manager.h
index dd96ce11a2cd897517f9f129cb32dacb32093b33..a92c36e801d484474be3bdc340c8a186dbc543b2 100644
--- a/mandoline/ui/aura/native_widget_view_manager.h
+++ b/mandoline/ui/aura/native_widget_view_manager.h
@@ -56,8 +56,6 @@ class NativeWidgetViewManager : public views::NativeWidgetAura,
scoped_ptr<wm::FocusController> focus_client_;
- scoped_ptr<ui::internal::InputMethodDelegate> ime_filter_;
-
mojo::View* view_;
scoped_ptr<aura::client::DefaultCaptureClient> capture_client_;

Powered by Google App Engine
This is Rietveld 408576698