Index: ui/gfx/screen_mac.mm |
=================================================================== |
--- ui/gfx/screen_mac.mm (revision 137624) |
+++ ui/gfx/screen_mac.mm (working copy) |
@@ -75,11 +75,6 @@ |
namespace gfx { |
// static |
-bool Screen::IsDIPEnabled() { |
- return false; |
-} |
- |
-// static |
gfx::Point Screen::GetCursorScreenPoint() { |
NSPoint mouseLocation = [NSEvent mouseLocation]; |
// Flip coordinates to gfx (0,0 in top-left corner) using primary screen. |