| Index: ui/display/win/dpi.h
|
| diff --git a/ui/display/win/dpi.h b/ui/display/win/dpi.h
|
| index 074eacadd5ec895ce902a3993f19c8bee992f98f..23ec954c259a7faa00f96171f0ca960ab0186896 100644
|
| --- a/ui/display/win/dpi.h
|
| +++ b/ui/display/win/dpi.h
|
| @@ -18,9 +18,7 @@ namespace win {
|
| DISPLAY_EXPORT void SetDefaultDeviceScaleFactor(float scale);
|
|
|
| // Gets the scale factor of the display. For example, if the display DPI is
|
| -// 96 then the scale factor is 1.0. This clamps scale factors <= 1.25 to 1.0 to
|
| -// maintain previous (non-DPI-aware) behavior where only the font size was
|
| -// boosted.
|
| +// 96 then the scale factor is 1.0.
|
| DISPLAY_EXPORT float GetDPIScale();
|
|
|
| // Returns the equivalent DPI for |device_scaling_factor|.
|
|
|