0

Add documentation for ui/ozone/platform.

Change-Id: Id39dcaa0fe5040cc7d68a72b1164288df056a34f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3700591
Reviewed-by: Robert Kroeger <rjkroege@chromium.org>
Commit-Queue: Erik Chen <erikchen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1014624}
This commit is contained in:
Erik Chen
2022-06-15 20:43:25 +00:00
committed by Chromium LUCI CQ
parent 6230e27d20
commit 96f83148c2
2 changed files with 8 additions and 0 deletions
docs
ui/ozone/platform

@ -354,6 +354,12 @@ ninja -C out/OzoneCaca content_shell
Note: traditional TTYs are not the ideal browsing experience.<br/>
![Picture of a workstation using Ozone/caca to display the Google home page in a text terminal](./images/ozone_caca.jpg)
### drm
Ash-chrome client implementation.
### flatland / scenic
For fuchsia.
## Communication
There is a public mailing list:

@ -1,2 +1,4 @@
This directory contains implementations of platforms. Each platform implements
the interfaces from ui/ozone/public for the rest of chromium.
See docs/ozone_overview.md for details.