mus::Window currently has a viewport_metrics with information about the display it is on, including the device-scale-factor. But, mus apps currently already know about the displays (and their dimensions, DSF etc.) in gfx::Displays. So instead of duplicating this information in mus::Window, it can instead know about which gfx::Display it is on, and look up the dimension/DSF etc. from that where necessary. i.e. implement the TODO here: https://code.google.com/p/chromium/codesearch#chromium/src/components/mus/public/interfaces/window_tree.mojom&sq=package:chromium&type=cs&l=302
Comment 1 by sky@chromium.org
, May 23 2016