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

Unified Diff: ui/aura/shared/compound_event_filter.cc

Issue 10960015: aura: Start converting event-filters into event-handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 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/aura/shared/compound_event_filter.cc
diff --git a/ui/aura/shared/compound_event_filter.cc b/ui/aura/shared/compound_event_filter.cc
index d2c9b1b5e6fb1caa748804ebd980b550e7d9b406..2f51f63eab0f5fa4399a1bd134ac0b6b73175e22 100644
--- a/ui/aura/shared/compound_event_filter.cc
+++ b/ui/aura/shared/compound_event_filter.cc
@@ -79,10 +79,6 @@ void CompoundEventFilter::RemoveFilter(EventFilter* filter) {
filters_.RemoveObserver(filter);
}
-size_t CompoundEventFilter::GetFilterCount() const {
- return filters_.size();
-}
-
////////////////////////////////////////////////////////////////////////////////
// CompoundEventFilter, private:

Powered by Google App Engine
This is Rietveld 408576698