DescriptionFixes for getting themes to work well with Windows High DPI.
The changes are to use the GetScaleForScaleFactor function to get the scale instead
of GetImageScale. The latter function returns the current display scale on Windows which
causes themes to break. The other change is in the ctor of the BrowserThemePack class
where we add SCALE_FACTOR_100P to the list of supported scales as it is needed for default
theme packs to work correctly.
BUG=362979
R=oshima@chromium.org, pkotwicz@chromium.org, oshima
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271999
Patch Set 1 #
Total comments: 4
Patch Set 2 : Code review comments #Messages
Total messages: 9 (0 generated)
|