Fix 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 Review URL: https://codereview.chromium.org/872113003 Cr-Commit-Position: refs/heads/master@{#313668}
Showing
Please register or sign in to comment