| 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);
|
|
|