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

Side by Side Diff: ui/events/ozone/evdev/event_converter_test_util.h

Issue 874723002: [PATCH 9/11] ozone: evdev: Add a device event dispatcher that forwards to UI thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 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.
4
5 #ifndef UI_EVENTS_OZONE_EVDEV_EVENT_CONVERTER_TEST_UTIL_H_
6 #define UI_EVENTS_OZONE_EVDEV_EVENT_CONVERTER_TEST_UTIL_H_
7
8 #include "base/memory/scoped_ptr.h"
9
10 #include "ui/events/ozone/evdev/event_dispatch_callback.h"
11
12 namespace ui {
13
14 class CursorDelegateEvdev;
15 class DeviceManager;
16 class DeviceEventDispatcherEvdev;
17 class EventFactoryEvdev;
18 class KeyboardLayoutEngine;
19
20 scoped_ptr<DeviceManager> CreateDeviceManagerForTest();
21
22 scoped_ptr<EventFactoryEvdev> CreateEventFactoryEvdevForTest(
23 CursorDelegateEvdev* cursor,
24 DeviceManager* device_manager,
25 KeyboardLayoutEngine* keyboard_layout_engine,
26 const EventDispatchCallback& callback);
27
28 scoped_ptr<DeviceEventDispatcherEvdev> CreateDeviceEventDispatcherEvdevForTest(
29 EventFactoryEvdev* event_factory);
30
31 } // namespace ui
32
33 #endif // UI_EVENTS_OZONE_EVDEV_EVENT_CONVERTER_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc ('k') | ui/events/ozone/evdev/event_converter_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698