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. |