Chromium Code Reviews

Unified Diff: athena/env/athena_env_impl.cc

Issue 672823002: Remove IsDIPEnabled from Screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dpi-cleanup-1
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: athena/env/athena_env_impl.cc
diff --git a/athena/env/athena_env_impl.cc b/athena/env/athena_env_impl.cc
index 1a22632447bf17599e98b3ba0d815a8de1e024bd..3359dd9754a796accd191f5bf4b4bdb5f2d0fbf5 100644
--- a/athena/env/athena_env_impl.cc
+++ b/athena/env/athena_env_impl.cc
@@ -56,7 +56,6 @@ class ScreenForShutdown : public gfx::Screen {
: primary_display_(primary_display) {}
// gfx::Screen overrides:
- virtual bool IsDIPEnabled() override { return true; }
virtual gfx::Point GetCursorScreenPoint() override { return gfx::Point(); }
virtual gfx::NativeWindow GetWindowUnderCursor() override { return NULL; }
virtual gfx::NativeWindow GetWindowAtScreenPoint(

Powered by Google App Engine