DescriptionFixed guestview sizing bug that resulted in incorrect <webview> sizing on the signin page.
The problem was that when the guestview (in this case, a webview) was initially sized, this size was incorrectly specified in logical pixels rather than physical pixels. When zoom is at 100%, these pixels are the same, but when zoomed, they are not. This resulted in the webview being too small when zoomed in and too large when zoomed out.
The fix involved converting the logical pixels to physical pixels (based on the page's zoom factor) for the guestview's initial sizing.
BUG=453221
Committed: https://crrev.com/1451fda11e2e0615d38505f0588a59856bb8be51
Cr-Commit-Position: refs/heads/master@{#316820}
Patch Set 1 #
Total comments: 10
Patch Set 2 : Addressed comments. #
Messages
Total messages: 9 (3 generated)
|