Fix flipped views on Mac
Setting a layer-hosting NSView's CALayer's geometry flipping has a lot of unexpected side-effects, and is proving unsafe, especially if that NSView will have sub-views. Add a level of indirection where the hosted layer is not flipped, but it has a sub-layer that is flipped, off of which the layers for composited content are attached. BUG=392952 Review URL: https://codereview.chromium.org/392143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283862 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment