Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: services/gfx/compositor/README.md

Issue 1552963002: Initial checkin of the new Mozart compositor. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-11
Patch Set: fix android build Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « services/gfx/compositor/BUILD.gn ('k') | services/gfx/compositor/backend/gpu_output.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Mozart View Manager 1 # Mozart Compositor
2 2
3 This directory contains an implementation of the ViewManager interface. 3 This directory contains an implementation of the Compositor interface.
4 It provides a composable view management system for used by other 4 It provides a graphical compositor system for use by other applications.
5 applications.
6 5
7 It doesn't make sense to run this application stand-alone since it 6 It doesn't make sense to run this application stand-alone since it
8 doesn't have any UI of its own to display. Instead, use the Mozart 7 doesn't have any UI of its own to display. Instead, use the Mozart
9 Launcher or some other application to launch and embed the UI of some 8 Launcher or some other application to launch and embed the UI of some
10 other application using the view manager. 9 other application using the view manager.
OLDNEW
« no previous file with comments | « services/gfx/compositor/BUILD.gn ('k') | services/gfx/compositor/backend/gpu_output.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698