Index: ui/views/widget/desktop_aura/desktop_screen_win.cc |
diff --git a/ui/views/widget/desktop_aura/desktop_screen_win.cc b/ui/views/widget/desktop_aura/desktop_screen_win.cc |
index aede179586d4a902f9b2b1bf1e6798d61bff8c9f..a8e088c92c6bb3c36d9439ad25047dd783234a1d 100644 |
--- a/ui/views/widget/desktop_aura/desktop_screen_win.cc |
+++ b/ui/views/widget/desktop_aura/desktop_screen_win.cc |
@@ -26,10 +26,6 @@ DesktopScreenWin::~DesktopScreenWin() { |
//////////////////////////////////////////////////////////////////////////////// |
// DesktopScreenWin, gfx::ScreenWin implementation: |
-bool DesktopScreenWin::IsDIPEnabled() { |
- return true; |
-} |
- |
gfx::Display DesktopScreenWin::GetDisplayMatching( |
const gfx::Rect& match_rect) const { |
return GetDisplayNearestPoint(match_rect.CenterPoint()); |