Fix omnibox popup suggestions on rotation on iOS 11.
It seems like on iOS 11 the autoresize masks don't work well when the device is rotated. Since suggestions rows don't really need the mask since the frame of each view is exactly calculated and set every time it changes the size, remove the use of autoresize masks. including long and short suggestions, answers; specifically verify that text is not clipped in unexpected ways even when rotating to landscape and back. Bug: 768374 Test: Please test by displaying all possible suggestions in omnibox, Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ia00b60187b3d99e7e09dcd82d107c6a809492316 Reviewed-on: https://chromium-review.googlesource.com/760937 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#516313}
Showing
Please register or sign in to comment