DescriptionEnsure that if FrameView::isScrollable() is false, the assoc WebLayer is, too.
Currently, we ignore main thread scrolling reasons when
FrameView::isScrollable() returns false. Unfortunately, this can be the case
even if the main frame would indeed respond to scrolls on the impl thread.
This can happen when the main frame is overflow: hidden. This should never be.
This CL builds on the existing machinery in ScrollingCoordinator to detect when
the main frame's scrollability is dirty to ensure that its associated WebLayer's
scrollability is correct.
R=shawnsingh@chromium.org
BUG=328672
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164629
Patch Set 1 #
Total comments: 1
Patch Set 2 : . #Patch Set 3 : . #
Total comments: 1
Patch Set 4 : . #Patch Set 5 : . #
Messages
Total messages: 18 (0 generated)
|