tree: f6290a1b2b90f7a3ad57f702d8c7be2779b281e5 [path history] [tgz]
  1. aw_content_gpu_client.cc
  2. aw_content_gpu_client.h
  3. BUILD.gn
  4. DEPS
  5. README.md
android_webview/gpu/README.md

//android_webview/gpu/

This folder holds WebView's gpu-specific code.

WebView's gpu code always runs in the browser process.

Folder dependencies

Like with other content embedders, //android_webview/gpu/ can depend on //android_webview/common/ but not //android_webview/browser/. It can also depend on content layer (and lower layers) as other embedders would (ex. can depend on //content/public/gpu/, //content/public/common/).