Initial cut at layerless windows.
This has the minimal support working. You can create layerless windows add/remove them from a hierarchy, add children with layers and everything is kept in sync (including bounds). Painting has not been wired up yet. The interesting bit of this change is that Layer and Window bounds are no longer in sync. This is necessitated by Layer's having to be parented to Layers. To avoid changing bounds() to dynamically figure out the real bounds I made Window cache the bounds. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/82283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238408 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
ui/aura/window_layer_type.h
0 → 100644
Please register or sign in to comment