DescriptionGive up on threaded animations for the Mac App Launcher NSWindow
AppKit ignores -[NSView canDrawConcurrently:] and invokes redraws on the
animation thread.
The last attempt to make one part safe was r296591. However,
http://crbug.com/421952 links to undiagnosable crashes within AppKit
from a build at r298667. These are likely race conditions due to this
threading.
The downside is just that, when Chrome is not running, the initial
appearance of the app launcher window will be a bit delayed, and will
just "pop" in, rather than animate.
BUG=421952
Committed: https://crrev.com/7e2712889cc4ca1f62c7305b96a971b50abdf621
Cr-Commit-Position: refs/heads/master@{#299268}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|