Chromium Code Reviews| Index: ui/aura/window_event_dispatcher.h |
| diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h |
| index 79ba3c7b2cbc17cf5c45f2994d6c21658cb90cc4..f878b61eabbcc78c033687f6ed49667f7adfd514 100644 |
| --- a/ui/aura/window_event_dispatcher.h |
| +++ b/ui/aura/window_event_dispatcher.h |
| @@ -98,6 +98,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor, |
| void HoldPointerMoves(); |
| void ReleasePointerMoves(); |
| + bool HoldingPointerMovesForTesting(); |
| + |
|
sadrul
2014/06/24 17:22:11
Do not add this here. Use a WindowEventDispatcherT
mfomitchev
2014/06/24 19:54:25
Done.
|
| // Gets the last location seen in a mouse event in this root window's |
| // coordinates. This may return a point outside the root window's bounds. |
| gfx::Point GetLastMouseLocationInRoot() const; |