diff options
Diffstat (limited to 'ui/gfx/screen_win.cc')
-rw-r--r-- | ui/gfx/screen_win.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/gfx/screen_win.cc b/ui/gfx/screen_win.cc index 4487c61..3ded451 100644 --- a/ui/gfx/screen_win.cc +++ b/ui/gfx/screen_win.cc @@ -30,6 +30,11 @@ gfx::Monitor GetMonitor(MONITORINFO& monitor_info) { namespace gfx { // static +bool Screen::IsDIPEnabled() { + return false; +} + +// static gfx::Point Screen::GetCursorScreenPoint() { POINT pt; GetCursorPos(&pt); |