| Index: components/mus/ws/event_dispatcher_delegate.h
|
| diff --git a/components/mus/ws/event_dispatcher_delegate.h b/components/mus/ws/event_dispatcher_delegate.h
|
| index a762df51a8ff2c25e20a7d1ae72f21b0eb390f6d..fb19af7cc599b7dde217b5b679341f6ff0baa02d 100644
|
| --- a/components/mus/ws/event_dispatcher_delegate.h
|
| +++ b/components/mus/ws/event_dispatcher_delegate.h
|
| @@ -36,9 +36,11 @@ class EventDispatcherDelegate {
|
| virtual void OnServerWindowCaptureLost(ServerWindow* window) = 0;
|
|
|
| // |in_nonclient_area| is true if the event occurred in the non-client area.
|
| + // For pointer events the event has a location in the coordinates of the
|
| + // target window.
|
| virtual void DispatchInputEventToWindow(ServerWindow* target,
|
| bool in_nonclient_area,
|
| - const ui::Event& event,
|
| + const ui::Event& transformed_event,
|
| Accelerator* accelerator) = 0;
|
|
|
| protected:
|
|
|