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

Side by Side 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: Add README Created 6 years 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
OLDNEW
(Empty)
1 This directory contains the accelerated_widget_mac ui component. The main
2 exported class is AcceleratedWidgetMac, which owns a tree of Core Animation
3 CALayers that are placed into an NSView provided by the
4 AcceleratedWidgetMacNSView client class.
5
6 AcceleratedWidgetMac receives frames from the compositor and ensures it has
7 appropriate layers for rendering that frame type into the NSView.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698