Fix incorrect action icon size in PWA touch mode.
This was causing e.g. the save password icon to not appear or appear incorrectly in some cases, see attached bug. New solution is to have the PWA actions container directly implement the container interface and override the insets logic, which has been simplified to return the insets and not a whole border object. Followup: - Use the same logic to fix a wonky insets (and inkdrop) size in touch mode with the Butter chip Bug: 1059659 Change-Id: Ia92753e55be5f43b34718cc9901f5273badf3eba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096117 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#748798}
Showing
Please register or sign in to comment