Index: ui/gfx/screen_win.cc |
diff --git a/ui/gfx/screen_win.cc b/ui/gfx/screen_win.cc |
index 4487c61cc42348c41973ae57a0dadc5dc8cbd460..3ded4515ee9006d90c8223f99090ad6e84e19b3b 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); |