Index: ui/gfx/screen_ios.mm |
diff --git a/ui/gfx/screen_ios.mm b/ui/gfx/screen_ios.mm |
index ac5ccc482a8251a9bbf51ff33c20fa2a94c2da38..e05568e488dd88f27c27c8d2eda8024130889e56 100644 |
--- a/ui/gfx/screen_ios.mm |
+++ b/ui/gfx/screen_ios.mm |
@@ -12,10 +12,6 @@ |
namespace { |
class ScreenIos : public gfx::Screen { |
- virtual bool IsDIPEnabled() override { |
- return true; |
- } |
- |
virtual gfx::Point GetCursorScreenPoint() override { |
NOTIMPLEMENTED(); |
return gfx::Point(0, 0); |