Index: ui/gfx/screen_win.cc |
diff --git a/ui/gfx/screen_win.cc b/ui/gfx/screen_win.cc |
index ae07bbe50c273ffd285da9f8c390d1b2b83cfec7..884003870399be5493d937b9a0001c3353bc2959 100644 |
--- a/ui/gfx/screen_win.cc |
+++ b/ui/gfx/screen_win.cc |
@@ -93,10 +93,6 @@ ScreenWin::~ScreenWin() { |
SingletonHwnd::GetInstance()->RemoveObserver(this); |
} |
-bool ScreenWin::IsDIPEnabled() { |
- return GetDPIScale() > 1.0; |
-} |
- |
gfx::Point ScreenWin::GetCursorScreenPoint() { |
POINT pt; |
GetCursorPos(&pt); |