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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 330113002: Fixing flaky overscroll and touch exploration mode browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot to update .h Created 6 years, 6 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
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;

Powered by Google App Engine
This is Rietveld 408576698