| Index: ui/aura/root_window.h
|
| diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
|
| index 2666c811b7ad23bd0983b10cfd151b04a9760ea2..32bed2f75c29c56bf5c2dbe904432244cf719a04 100644
|
| --- a/ui/aura/root_window.h
|
| +++ b/ui/aura/root_window.h
|
| @@ -369,6 +369,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
|
| // ui::EventFlags containing the current state of the mouse buttons.
|
| int mouse_button_flags_;
|
|
|
| + // Touch ids that are currently down.
|
| + uint32 touch_ids_down_;
|
| +
|
| // Last cursor set. Used for testing.
|
| gfx::NativeCursor last_cursor_;
|
|
|
|
|