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

Unified Diff: ui/aura/test/test_event_filter.cc

Issue 9315004: Remove Owner param to EventFilter's ctor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 11 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
« no previous file with comments | « ui/aura/test/test_event_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/test_event_filter.cc
===================================================================
--- ui/aura/test/test_event_filter.cc (revision 119894)
+++ ui/aura/test/test_event_filter.cc (working copy)
@@ -7,9 +7,8 @@
namespace aura {
namespace test {
-TestEventFilter::TestEventFilter(Window* owner)
- : EventFilter(owner),
- key_event_count_(0),
+TestEventFilter::TestEventFilter()
+ : key_event_count_(0),
mouse_event_count_(0),
touch_event_count_(0),
consumes_key_events_(false),
« no previous file with comments | « ui/aura/test/test_event_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698