Convert ui::Event directly to blink::WebInputEvent |
|||
Issue descriptionIn CompositorMusConnection::OnWindowInputEvent we need to convert ui::Event to blink::WebInputEvent. We currently do this by first converting ui::Event to mojom::Event, and then using the mojom type converters we convert it to blink::WebInputEvent. We will remove the ui::Event to mojom::Event type converters, so we need to convert ui::Event directly to mojom::Event.
,
May 9 2016
,
Feb 26 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by bugdroid1@chromium.org
, May 9 2016