| Index: ui/gfx/win/dpi.h
|
| diff --git a/ui/gfx/win/dpi.h b/ui/gfx/win/dpi.h
|
| index 19f6a579c79e8f9d055127d4797774693aca0336..5bf5af42d7e06f5657812cb3067ab272d38ee05b 100644
|
| --- a/ui/gfx/win/dpi.h
|
| +++ b/ui/gfx/win/dpi.h
|
| @@ -28,8 +28,6 @@ GFX_EXPORT float GetDPIScale();
|
| // Tests to see if the command line flag "--high-dpi-support" is set.
|
| GFX_EXPORT bool IsHighDPIEnabled();
|
|
|
| -GFX_EXPORT bool IsInHighDPIMode();
|
| -
|
| GFX_EXPORT void EnableHighDPISupport();
|
|
|
| GFX_EXPORT void ForceHighDPISupportForTesting(float scale);
|
|
|