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

Unified Diff: ui/accelerated_widget_mac/README

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: gn check Created 6 years, 1 month 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
« no previous file with comments | « ui/accelerated_widget_mac/OWNERS ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/README
diff --git a/ui/accelerated_widget_mac/README b/ui/accelerated_widget_mac/README
new file mode 100644
index 0000000000000000000000000000000000000000..de7b0ebed8624dce24061ccd6e1ac045cf0f5dbe
--- /dev/null
+++ b/ui/accelerated_widget_mac/README
@@ -0,0 +1,7 @@
+This directory contains the accelerated_widget_mac ui component. The main
+exported class is AcceleratedWidgetMac, which owns a tree of Core Animation
+CALayers that are placed into an NSView provided by the
+AcceleratedWidgetMacNSView client class.
+
+AcceleratedWidgetMac receives frames from the compositor and ensures it has
+appropriate layers for rendering that frame type into the NSView.
« no previous file with comments | « ui/accelerated_widget_mac/OWNERS ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698