Fix focus ink drop rendering issue for toggle buttons.
A recent refactor changed the default ink drop logic, which caused a regression in ToggleButton: https://chromium-review.googlesource.com/c/chromium/src/+/1367186 All InkDropViewHosts now get a InkDropMask (default is a rounded rect). This change breaks the ToggleView as it effectively gets clipped to the view bounds. BUG=921485 Change-Id: I2fb1d5f1bb4981945fc93160fc75de9e533e1794 Reviewed-on: https://chromium-review.googlesource.com/c/1487079 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:Peter Boström <pbos@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#635759}
Showing
Please register or sign in to comment