Chromium changes: https://chromium.googlesource.com/chromium/src/+/f866d9d3f235bcae9a293dbb82867590679b8c2a commit f866d9d3f235bcae9a293dbb82867590679b8c2a Author: Tomasz Wiszkowski <ender@google.com> Date: Wed Apr 15 17:52:14 2026 -0700 Fix StatusIcon runtime sizing and UrlBar runtime padding. Status icon should have a runtime size of 56dp when the url bar has focus. This is presently achieved by keeping status view size as "wrap content" and computing the "additional margin for the url bar" when the url bar gets focus. This change removes the logic computing the extra padding and ensures the status view has a proper size instead. Bumping render test revisions because text in Incognito/SearchActivity omnibox does not visually align with suggestions on the reference screenshot --example: Before: http://screen/3gpJKD8s5CLXxSP.png After: http://screen/86yBmRWEVXiMAEN.png Screen: https://screenshot.googleplex.com/9F5yYvygWWzUtmA.png Change-Id: If5730d154b6eed22a76a899e830fbe6a95084419 Fixed: 488840224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7759955 Reviewed-by: Sky Malice <skym@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/main@{#1615531}