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

Unified Diff: ui/wm/core/input_method_event_filter.h

Issue 298893003: Supports fake key events for setComposition/commitText by on-screen keyboards. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/wm/core/input_method_event_filter.h
diff --git a/ui/wm/core/input_method_event_filter.h b/ui/wm/core/input_method_event_filter.h
index c4033d12688f8575b7236f566a153834c51d5dc7..af823089b1376d106ad6a030fb2f6ae40559f163 100644
--- a/ui/wm/core/input_method_event_filter.h
+++ b/ui/wm/core/input_method_event_filter.h
@@ -42,9 +42,6 @@ class WM_EXPORT InputMethodEventFilter
scoped_ptr<ui::InputMethod> input_method_;
- // The target dispatcher that will receive translated key events from the IME.
- ui::EventProcessor* target_dispatcher_;
-
DISALLOW_COPY_AND_ASSIGN(InputMethodEventFilter);
};

Powered by Google App Engine
This is Rietveld 408576698