New issue
Advanced search Search tips

Issue 850642 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Fuchsia
Pri: 2
Type: Bug

Blocking:
issue 829980



Sign in to add a comment

WindowTreeHostPlatform ignores device_pixel_ratio.

Project Member Reported by sergeyu@chromium.org, Jun 7 2018

Issue description

WindowTreeHostPlatform::OnAcceleratedWidgetAvailable() ignores device_pixel_ratio parameter. WindowTreeHost always initializes device_pixel_ratio as DPI of the display, see https://codesearch.chromium.org/chromium/src/ui/aura/window_tree_host.cc?type=cs&sq=package:chromium&g=0&l=104 . 
This is problematic on Fuchsia where there is no API to get device_pixel_ratio for a display. It's reported as a view property.
 
Labels: Hotlist-DesktopUIToolingRequired Hotlist-DesktopUIChecked
Mass UI Triage.
Status: Fixed (was: Assigned)
Removed device_pixel_ratio parameter in https://chromium-review.googlesource.com/c/chromium/src/+/1147754/

Sign in to add a comment