mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL removes a bunch of unused code from WebViewImpl. The bulk of the code is to let C++ drive scroll flights, but we're going to implement that using gesture events and having the scroll driven in script. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/871683002