| Index: ui/aura/window_event_dispatcher.cc
|
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
|
| index 70d4e588f656c979e9f91232a86aabf0c453e14f..034ff0c1300eac5f898b527feccd572c421318ed 100644
|
| --- a/ui/aura/window_event_dispatcher.cc
|
| +++ b/ui/aura/window_event_dispatcher.cc
|
| @@ -83,8 +83,8 @@ WindowEventDispatcher::WindowEventDispatcher(WindowTreeHost* host)
|
| move_hold_count_(0),
|
| dispatching_held_event_(false),
|
| observer_manager_(this),
|
| - repost_event_factory_(this),
|
| - held_event_factory_(this) {
|
| + held_event_factory_(this),
|
| + repost_event_factory_(this) {
|
| ui::GestureRecognizer::Get()->AddGestureEventHelper(this);
|
| Env::GetInstance()->AddObserver(this);
|
| }
|
|
|