Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: mojo/aura/screen_mojo.h

Issue 672823002: Remove IsDIPEnabled from Screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dpi-cleanup-1
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/browser/api/capture_web_contents_function.cc ('k') | mojo/aura/screen_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/screen_mojo.h
diff --git a/mojo/aura/screen_mojo.h b/mojo/aura/screen_mojo.h
index 2fab17fedfca19fae143dbb40a43b46a95e0da65..b825f9ecfc33a94d748676663e56d864356b03c7 100644
--- a/mojo/aura/screen_mojo.h
+++ b/mojo/aura/screen_mojo.h
@@ -24,7 +24,6 @@ class ScreenMojo : public gfx::Screen {
protected:
// gfx::Screen overrides:
- bool IsDIPEnabled() override;
gfx::Point GetCursorScreenPoint() override;
gfx::NativeWindow GetWindowUnderCursor() override;
gfx::NativeWindow GetWindowAtScreenPoint(const gfx::Point& point) override;
« no previous file with comments | « extensions/browser/api/capture_web_contents_function.cc ('k') | mojo/aura/screen_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698