New issue
Advanced search Search tips

Issue 675261 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Jan 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug

Blocking:
issue 600815



Sign in to add a comment

figure out if window properties need to be scaled for high-dpi mode

Project Member Reported by riajiang@chromium.org, Dec 16 2016

Issue description

"properties" in WindowData (https://cs.chromium.org/chromium/src/services/ui/public/interfaces/window_tree_constants.mojom?type=cs&q=window_tree_consta&sq=package:chromium&l=25) seems to be used to set rect and size (https://cs.chromium.org/chromium/src/ui/views/mus/native_widget_mus.cc?sq=package:chromium&dr=C&rcl=1481905173&l=1077 and https://cs.chromium.org/chromium/src/ui/views/mus/native_widget_mus.cc?sq=package:chromium&dr=C&rcl=1481905173&l=910). Right now all use cases are through NativeWidgetMus. Since NativeWidgetMus is going away soon, wait until then to figure out how these properties will be used and if they need to be scaled for high-dpi mode.
 

Comment 1 by sky@chromium.org, Dec 16 2016

I think we should assume all properties are dips, which I believe is what we do now. I don't think there is anything that needs to be done here.
Status: WontFix (was: Assigned)
Components: -Internals>MUS Internals>Services>WindowService

Sign in to add a comment