Chromium Code Reviews| Index: ui/gfx/win/dpi.cc |
| diff --git a/ui/gfx/win/dpi.cc b/ui/gfx/win/dpi.cc |
| index 6ca65d11e73f3c7ae186806928af43b6d67ce9e9..ccd7bbc970a368ad9535392df26d254d90d64799 100644 |
| --- a/ui/gfx/win/dpi.cc |
| +++ b/ui/gfx/win/dpi.cc |
| @@ -172,7 +172,6 @@ void EnableHighDPISupport() { |
| namespace win { |
| float GetDeviceScaleFactor() { |
| - DCHECK_NE(0.0f, g_device_scale_factor); |
|
ananta
2014/06/03 01:04:02
Removed this DCHECK as we need to call this to see
|
| return g_device_scale_factor; |
| } |