mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL prepares us to expose the imported and exported service providers to JavaScript. We can't quite do that yet becaues the API on mojo::View isn't ready for us. However, we can get started by moving the call to Embed into HTMLIFrameElement. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/793393003