DescriptionReland of Show Overlay Scrollbar when GestureScrollUpdate (patchset #2 id:160001 of https://codereview.chromium.org/2748343004/ )
Fix for GPU memory issue:
This issue is caused by more than one DelayedFadeOut task posted.
So we cancel the previous task before we post a new one.
Original issue's description:
> Revert of Show Overlay Scrollbar when GestureScrollUpdate (patchset #10 id:260001 of https://codereview.chromium.org/2611013002/ )
>
> Reason for revert:
> memory regression: crbug.com/701810
>
> Original issue's description:
> > Show Overlay Scrollbar when GestureScrollUpdate
> >
> > Currently, we only show overlay scrollbars once the page/scroller actually
> > changes position. In this patch, I also call the
> > WillUpdateScroll(rename from DidScrollUpdate) when GestureScrollUpdate so we can
> > show scrollbar when we receive scroll gestures.
> >
> > BUG=675594
> > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
> >
> > Review-Url: https://codereview.chromium.org/2611013002
> > Cr-Commit-Position: refs/heads/master@{#456474}
> > Committed: https://chromium.googlesource.com/chromium/src/+/b2b25bd2d961354db5081b6090d3782c10513fab
>
> TBR=weiliangc@chromium.org,bokan@chromium.org,pdr@chromium.org
> # Not skipping CQ checks because original CL landed more than 1 days ago.
> BUG=675594
> CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
>
> Review-Url: https://codereview.chromium.org/2748343004
> Cr-Commit-Position: refs/heads/master@{#457334}
> Committed: https://chromium.googlesource.com/chromium/src/+/c7a846538699afcb05ba89a8dd8abbf5bbc418ab
TBR=weiliangc@chromium.org,bokan@chromium.org,pdr@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=675594
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Review-Url: https://codereview.chromium.org/2770733002
Cr-Commit-Position: refs/heads/master@{#459077}
Committed: https://chromium.googlesource.com/chromium/src/+/fddbf72985cda9f23f0416c6e6eb1c7714825656
Patch Set 1 #Patch Set 2 : fix for gpu memory issue #
Messages
Total messages: 17 (12 generated)
|