forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[headless] Fix screen.width/height and scale on macOS
Headless shell used the physical screen representation implemented in //ui/display/mac/screen_mac.mm making it dependent on the run time platform graphics properties. This CL replaces headless shell screen representation with the platform independent variant already used on Linux and Windows platforms. Bug: 347324963, 346931329, 346952284 Change-Id: I5fe930c7a1e1186fd62697b528dcacb4e47169fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5637879 Commit-Queue: Peter Kvitek <[email protected]> Reviewed-by: Andrey Kosyakov <[email protected]> Auto-Submit: Peter Kvitek <[email protected]> Cr-Commit-Position: refs/heads/main@{#1316635}
- Loading branch information
Peter Kvitek
authored and
Chromium LUCI CQ
committed
Jun 18, 2024
1 parent
4a486f0
commit 7c8da15
Showing
5 changed files
with
19 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters