| Index: ui/display/win/screen_win.h
|
| diff --git a/ui/display/win/screen_win.h b/ui/display/win/screen_win.h
|
| index 94379e055f3245938004c1689456f803f0aad7c9..e8756435f7f1d3e3651ae32e849a1aecc231b051 100644
|
| --- a/ui/display/win/screen_win.h
|
| +++ b/ui/display/win/screen_win.h
|
| @@ -102,6 +102,9 @@ class DISPLAY_EXPORT ScreenWin : public Screen {
|
| // Returns |hwnd|'s scale factor.
|
| static float GetScaleFactorForHWND(HWND hwnd);
|
|
|
| + // Returns the largest device scale factor among all monitors.
|
| + static float GetLargestDeviceScaleFactor();
|
| +
|
| // Returns the HWND associated with the NativeView.
|
| virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const;
|
|
|
|
|