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

Unified 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: Created 4 years, 12 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 side-by-side diff with in-line comments
Download patch
Index: services/gfx/compositor/README.md
diff --git a/services/ui/view_manager/README.md b/services/gfx/compositor/README.md
similarity index 58%
copy from services/ui/view_manager/README.md
copy to services/gfx/compositor/README.md
index c9109a9dda9de300e96172970a35162764848172..36ecb32591b102ca4eef59e57489a5e70ccb6921 100644
--- a/services/ui/view_manager/README.md
+++ b/services/gfx/compositor/README.md
@@ -1,8 +1,7 @@
-# Mozart View Manager
+# Mozart Compositor
-This directory contains an implementation of the ViewManager interface.
-It provides a composable view management system for used by other
-applications.
+This directory contains an implementation of the Compositor interface.
+It provides a graphical compositor system for used by other applications.
viettrungluu 2016/01/04 21:08:23 "used" -> "use" (also in the original)
jeffbrown 2016/01/16 03:28:31 Done.
It doesn't make sense to run this application stand-alone since it
doesn't have any UI of its own to display. Instead, use the Mozart

Powered by Google App Engine
This is Rietveld 408576698