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

Unified Diff: ui/aura_shell/root_window_event_filter.cc

Issue 8576005: IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod in ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows support Created 9 years 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/aura_shell/root_window_event_filter.cc
diff --git a/ui/aura_shell/root_window_event_filter.cc b/ui/aura_shell/root_window_event_filter.cc
index 4279f30cda57c250f128686e8ac6c1dd70906de8..278462a9815890658bd383d0a0a1f4aa80653ca9 100644
--- a/ui/aura_shell/root_window_event_filter.cc
+++ b/ui/aura_shell/root_window_event_filter.cc
@@ -61,6 +61,10 @@ void RootWindowEventFilter::RemoveFilter(aura::EventFilter* filter) {
filters_.RemoveObserver(filter);
}
+size_t RootWindowEventFilter::GetFilterCount() const {
+ return filters_.size();
+}
+
////////////////////////////////////////////////////////////////////////////////
// RootWindowEventFilter, EventFilter implementation:

Powered by Google App Engine
This is Rietveld 408576698