DescriptionFix app launcher animation tearing on OSX Mavericks.
Mavericks introduced [NSView setCanDrawSubviewsIntoLayer:] which I
suspect has changed some of the animation compositing pipeline.
Recently, the app launcher has been "tearing" the canvas while dragging
items around quickly.
This change ensures that the common ancestor view of the
NSCollectionView and the transitive layer used for custom drag
animations is layer-backed. This prevents the tearing.
BUG=341769
TEST=Drag items around the OSX app lanucher quickly - icons should
animate smoothly, without tearing.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251030
Patch Set 1 #
Messages
Total messages: 13 (0 generated)
|