| Index: base/win/win_util.h
|
| diff --git a/base/win/win_util.h b/base/win/win_util.h
|
| index 8bc2b63f29612970466bebe436d34efee8583fea..23fcfb5707a2bf1dc8afcd35b739d00ad113ac48 100644
|
| --- a/base/win/win_util.h
|
| +++ b/base/win/win_util.h
|
| @@ -176,6 +176,9 @@ BASE_EXPORT bool GetLoadedModulesSnapshot(HANDLE process,
|
| BASE_EXPORT void EnableFlicks(HWND hwnd);
|
| BASE_EXPORT void DisableFlicks(HWND hwnd);
|
|
|
| +// Returns true if the process is per monitor DPI aware.
|
| +BASE_EXPORT bool IsProcessPerMonitorDpiAware();
|
| +
|
| } // namespace win
|
| } // namespace base
|
|
|
|
|