aw: Keep selection handles when flinging
Currently, PopupWindow-based selection handles are hidden when scrolling begins. However, WebView uses an entirely separate code path for flings, about which PopupWindow knows nothing. Thus, the handles could re-appear in the middle of a View-driven fling. Expose whether such a fling is active via the ContentViewClient, making such information available to the selection handle visibility logic. This ensures the handles stay hidden for the duration of the fling. Review URL: https://codereview.chromium.org/958673003 Cr-Commit-Position: refs/heads/master@{#318080}
Showing
Please register or sign in to comment