Chromium Code Reviews
DescriptionReplace homebrew scrollbar in Files app with that of Blink.
When overlay scrollbar is enabled in Chrome, there is animation to shrink and fade out the scrollbar thumb when inactive. However, scroll bars that aren't composited will not be animated
(see Issue 671644). It would make the scroll bar always thick and simply disappear without fading out after inactive.
As a workaround, this change makes the 2 boxes have solid background and contain:paint so as to make sure the scrollers are composited.
BUG=666589
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Committed: https://crrev.com/fa7b28294ab9ee7e07569054d4e65626e2535f4e
Cr-Commit-Position: refs/heads/master@{#436868}
Patch Set 1 #Patch Set 2 : Revise comments. #
Total comments: 4
Patch Set 3 : Avoid denying anti-alias of texts. #Messages
Total messages: 28 (20 generated)
|