0
Files
src/android_webview
Saman Sami 1cf521742c Ozone/DRM: Use real buffers to perform pageflip testing
Get the NativePixmap corresponding to every OverlayCandidate from
SharedImageManager and use them to perform pageflip testing. If an
OverlayCandidate is not a SharedImage, we still allocate a test buffer.
We also still allocate a test buffer for the primary plane (will change
in a followup CL). This new code path is currently behind a flag.

TBR=sergeyu@chromium.org

Bug: 756454
Change-Id: If85582230ea6b8a795bfc140ed24d7678415fea0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917758
Commit-Queue: Saman Sami <samans@chromium.org>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: Steven Holte <holte@chromium.org>
Reviewed-by: Eric Karl <ericrk@chromium.org>
Reviewed-by: Michael Spang <spang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#730685}
2020-01-13 19:05:27 +00:00
..
2020-01-11 04:24:49 +00:00
2019-09-16 22:17:27 +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.

Android WebView is a content embedder, meaning it depends on code in //content/ and lower layers (ex. //net/, //base/), but does not depend on sibling layers such as //chrome/.

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

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.