mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL adds the WebPointerEvent class and code to convert from WebPointerEvents (the platform abstraction) to PointerEvents (the DOM API). R=eseidel@chromium.org Review URL: https://codereview.chromium.org/845313011