[CI] Make FrameIsScrollableDidChange return false when there's no change
FrameIsScrollableDidChange had a typo and always returned true. This prevented an early-out in ScrollingCoordinator's UpdateAfterCompositingChangeIfNeeded from being effective. This patch should have no web-visible changes and should only improve performance by making an early-out work. Bug: 826883 Change-Id: Ic3bbac06b6cf7e6a1097a42ba43d1dfd35dcb0c6 Reviewed-on: https://chromium-review.googlesource.com/994546Reviewed-by:David Bokan <bokan@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548101}
Showing
Please register or sign in to comment