Index: ui/gfx/screen.h |
diff --git a/ui/gfx/screen.h b/ui/gfx/screen.h |
index e6a38a6fdc72cef1d5911545e08fb6be4b1dfdbd..a05866ab2365562997fe8256be8ffe4900735487 100644 |
--- a/ui/gfx/screen.h |
+++ b/ui/gfx/screen.h |
@@ -50,9 +50,6 @@ class GFX_EXPORT Screen { |
Screen(); |
virtual ~Screen(); |
- // Returns true if DIP is enabled. |
- virtual bool IsDIPEnabled() = 0; |
- |
// Returns the current absolute position of the mouse pointer. |
virtual gfx::Point GetCursorScreenPoint() = 0; |