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

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: 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..0c0c8f3540bba5c012bc6d94bb33a0d036ab2169 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -114,6 +114,8 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// observer.
void OnPostNotifiedWindowDestroying(Window* window);
+ bool HoldingPointerMovesForTest();
+
private:
FRIEND_TEST_ALL_PREFIXES(WindowEventDispatcherTest,
KeepTranslatedEventInRoot);

Powered by Google App Engine
This is Rietveld 408576698