1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/aura/test/window_event_dispatcher_test_api.h"
7 #include "ui/aura/window_event_dispatcher.h"
12 WindowEventDispatcherTestApi::WindowEventDispatcherTestApi(
13 WindowEventDispatcher
* dispatcher
) : dispatcher_(dispatcher
) {
16 bool WindowEventDispatcherTestApi::HoldingPointerMoves() const {
17 return dispatcher_
->move_hold_count_
> 0;