0
Files
src/content/app
Dave Tapuska a1cc370d96 [ios] Initial RenderWidgetHostViewIOS implementation.
- Rudimentary implementation that allows touch events and keyboard
events to be delivered to a renderer.
- For each RenderWidgetHostViewIOS we create a BrowserCompositorIOS
which will attach the layers to a parent ui::Compositor. This
architecture is similar to how Mac works and is sufficient for
the initial prototype now.
- Provide a stub for a ChildProcessLauncher for iOS since we do not
have fork everything runs in process for now.

Bug: 1411704
Change-Id: I5f498dff7866f0c728bb593eb993235afb94a143
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4221595
Commit-Queue: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1101174}
2023-02-03 20:43:24 +00:00
..