We currently have code in //content/browser/renderer_host/web_input_event_aura.h|cc to create various ui::Event types into corresponding blink::WebInputEvent types. We also have a type-converter for ui::Event -> blink::WebInputEvent in //mojo/converters/blink/. There's no reason to have this in two places (and we most likely don't need the type-converters at all). We should move the conversion code into //ui/events/blink/, and use that from where we need it.
Comment 1 by tdres...@chromium.org
, Jun 2 2016