| Index: ui/display/win/dpi.h
|
| diff --git a/ui/display/win/dpi.h b/ui/display/win/dpi.h
|
| index 52d961bb54af1a9dd78eaa482f7362d9b0a34941..2d572104cfa627f66c34bbc1be00af914ac7812c 100644
|
| --- a/ui/display/win/dpi.h
|
| +++ b/ui/display/win/dpi.h
|
| @@ -29,11 +29,11 @@ DISPLAY_EXPORT int GetDPIFromScalingFactor(float device_scaling_factor);
|
| // Returns the equivalent scaling factor for |dpi|.
|
| DISPLAY_EXPORT float GetScalingFactorFromDPI(int dpi);
|
|
|
| -// Deprecated. Use display::win::ScreenWin::GetSystemMetricsForHwnd instead.
|
| +// Deprecated. Use display::win::ScreenWin::GetSystemMetricsInDIP instead.
|
| //
|
| // Win32's GetSystemMetrics uses pixel measures. This function calls
|
| // GetSystemMetrics for the given |metric|, then converts the result using the
|
| -// system's DPI to DIP. This does not handle per-monitor DPI.
|
| +// system's DPI to DIP.
|
| DISPLAY_EXPORT int GetSystemMetricsInDIP(int metric);
|
|
|
| } // namespace win
|
|
|