[Views] Fix omnibox separator issue
Currently, the separator in an omnibox bubble view disappears when the ink drop animates in and then reappears when it animates out. However, it's possible for the ink drop to be removed without animation. This causes the separator to go missing since its opacity has not be updated. This CL fix this issue by updating the separator's opacity when the ink drop layer is removed. Bug: 772832 Change-Id: I812d8dcacd79851bf23b0dce2d7fd00330887278 Reviewed-on: https://chromium-review.googlesource.com/713398Reviewed-by:Scott Violet <sky@chromium.org> Commit-Queue: Sarah Chan <spqchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#509218}
Showing
Please register or sign in to comment