0
Files
src/android_webview
Vikas Soni 532d738362 [Dr-Dc] Direct Rendering Display Compositor gpu thread.
1. Add support for a new gpu thread to be used by display compositor.
This new gpu thread is known as dr-dc aka direct rendering display
compositor. A new shared context will be current on this thread.

2. Add finch feature flags to enable it only on android P devices via
finch rollout. It will be currently disabled for all other platforms
and is currently disabled by default on android P also.

3. Viz changes to use this new thread when enabled.

Bug: 1186275
Change-Id: I10f72e331f9273b35e90372c291de1c41a906e28
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2901026
Reviewed-by: Bo <boliu@chromium.org>
Reviewed-by: kylechar <kylechar@chromium.org>
Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org>
Reviewed-by: Sunny Sachanandani <sunnyps@chromium.org>
Commit-Queue: vikas soni <vikassoni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#892199}
2021-06-14 19:02:19 +00:00
..
2021-05-05 13:48:00 +00:00

Android WebView

Android WebView is an Android system component for displaying web content. WebView (and the related Android classes) are implemented by the code in the //android_webview/ folder.

This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.

Overview for Chromium team members and contributors

Please see WebView Architecture.

Want to use WebView in an Android app?

Please consult our API documentation and app development guides:

Want to build and install WebView on a device?

See our Chromium developer documentation.