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

Unified Diff: ui/events/ozone/evdev/event_converter_evdev_impl.h

Issue 867803004: [PATCH 4/11] ozone: evdev: Move EventModifiersEvdev usage to EventFactoryEvdev (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update per comments on previous patches Created 5 years, 11 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
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter_evdev_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/ozone/evdev/event_converter_evdev_impl.h
diff --git a/ui/events/ozone/evdev/event_converter_evdev_impl.h b/ui/events/ozone/evdev/event_converter_evdev_impl.h
index 160266821cf78dfec03f9af6d42e5bd72b132732..848a3767459e0b870ccd40d2eb41c999c478416f 100644
--- a/ui/events/ozone/evdev/event_converter_evdev_impl.h
+++ b/ui/events/ozone/evdev/event_converter_evdev_impl.h
@@ -32,7 +32,6 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdevImpl
int id,
InputDeviceType type,
const EventDeviceInfo& info,
- EventModifiersEvdev* modifiers,
CursorDelegateEvdev* cursor,
const KeyEventDispatchCallback& key_callback,
const MouseMoveEventDispatchCallback& mouse_move_callback,
@@ -79,9 +78,6 @@ class EVENTS_OZONE_EVDEV_EXPORT EventConverterEvdevImpl
// Shared cursor state.
CursorDelegateEvdev* cursor_;
- // Modifier key state (shift, ctrl, etc).
- EventModifiersEvdev* modifiers_;
-
// Callbacks for dispatching events.
KeyEventDispatchCallback key_callback_;
MouseMoveEventDispatchCallback mouse_move_callback_;
« no previous file with comments | « no previous file | ui/events/ozone/evdev/event_converter_evdev_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698