DescriptionFix infobar scrolling.
The infobar container became non-scrollable because InfoBarContainer now
ignores all touch events in InfoBarContainer.onTouch(). These touch
events need to be swallowed to prevent them from reaching the webpage,
but they should be swallowed in ContentWrapperView, not in
InfoBarContainer, so that InfoBarContainer (which extends ScrollView)
can be scrolled.
The offending CL: https://codereview.chromium.org/824763002
BUG=453103
Committed: https://crrev.com/7ef78075948121486f0061d3f75418d0dfda284c
Cr-Commit-Position: refs/heads/master@{#313668}
Patch Set 1 #Patch Set 2 : #Messages
Total messages: 8 (2 generated)
|