DescriptionAllow frames with overflow:hidden scroll in slow scrolling path when scaled up
When a page is scaled up, we should allow the clipped contents to be
panned through the smaller viewport.
Two changes:
1. Let contentsSize be the layout size if originally the frame is not
allowed to be scrolled;
2. Set ScrollbarMode to ScrollbarAuto if it ScrollbarAlwaysOff and
visibleContentScaleFactor > 1.
BUG=181315
TEST=WebFrameTest.OverflowHiddenScrollable
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Remove unnecessary changes #
Total comments: 3
Messages
Total messages: 15 (0 generated)
|