| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 1b8068e950c6bb29e5fa4ff320f094058a13a1ed..d39102b79a16e8802fae12af507003c119167aa2 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -341,6 +341,7 @@ class AURA_EXPORT RootWindow : public ui::EventProcessor,
|
| // How many move holds are outstanding. We try to defer dispatching
|
| // touch/mouse moves while the count is > 0.
|
| int move_hold_count_;
|
| + // The location of |held_move_event_| is in |window_|'s coordinate.
|
| scoped_ptr<ui::LocatedEvent> held_move_event_;
|
|
|
| // Allowing for reposting of events. Used when exiting context menus.
|
|
|