Index: ui/gfx/screen_aura.cc |
=================================================================== |
--- ui/gfx/screen_aura.cc (revision 137624) |
+++ ui/gfx/screen_aura.cc (working copy) |
@@ -5,7 +5,6 @@ |
#include "ui/gfx/screen.h" |
#include "base/logging.h" |
-#include "ui/compositor/dip_util.h" |
#include "ui/gfx/monitor.h" |
#include "ui/gfx/native_widget_types.h" |
#include "ui/gfx/screen_impl.h" |
@@ -28,11 +27,6 @@ |
// ifdef. |
// static |
-bool Screen::IsDIPEnabled() { |
- return ui::IsDIPEnabled(); |
-} |
- |
-// static |
Point Screen::GetCursorScreenPoint() { |
return g_instance_->GetCursorScreenPoint(); |
} |