| Index: ui/events/ozone/evdev/event_factory_evdev.h
|
| diff --git a/ui/events/ozone/evdev/event_factory_evdev.h b/ui/events/ozone/evdev/event_factory_evdev.h
|
| index eb1f00de850fd1fa1867f7bac29cd8044d879634..a14c68626f702ce86aecb1132739977f83f78418 100644
|
| --- a/ui/events/ozone/evdev/event_factory_evdev.h
|
| +++ b/ui/events/ozone/evdev/event_factory_evdev.h
|
| @@ -78,13 +78,12 @@ class EVENTS_OZONE_EVDEV_EXPORT EventFactoryEvdev : public DeviceEventObserver,
|
|
|
| InputController* input_controller() { return &input_controller_; }
|
|
|
| - // Transitional accessors for testing.
|
| - EventModifiersEvdev* modifiers() { return &modifiers_; }
|
| -
|
| // Post events to UI.
|
| void PostKeyEvent(const KeyEventParams& params);
|
| void PostMouseMoveEvent(const MouseMoveEventParams& params);
|
| void PostMouseButtonEvent(const MouseButtonEventParams& params);
|
| + void PostMouseWheelEvent(const MouseWheelEventParams& parms);
|
| + void PostScrollEvent(const ScrollEventParams& params);
|
| void PostTouchEvent(const TouchEventParams& params);
|
|
|
| protected:
|
|
|