Quick fix for broken compositor driven UI animations on Chrome OS
This CL disables AnimationDelegateViews from using the compositor driven CompositorAnimationRunner in favour of the legacy base::RepeatingTimer driven runner. We are disabling this due to the ui::Compositor sometimes going away during the browser window's lifetime on Chrome OS resulting in animations not running anymore. Bug: 969788 Change-Id: If2a029764dd471eb91aadd4030f576c3604a6636 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1715358 Commit-Queue: Allen Bauer <kylixrd@chromium.org> Reviewed-by:Allen Bauer <kylixrd@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#681357}
Showing
Please register or sign in to comment