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

Unified Diff: mojo/aura/screen_mojo.cc

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 | « mojo/aura/screen_mojo.h ('k') | ui/aura/test/test_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/screen_mojo.cc
diff --git a/mojo/aura/screen_mojo.cc b/mojo/aura/screen_mojo.cc
index b07c320a601d0f921824190eff85724ef81a2c98..098df399ad1f778a73012f54491edd859f0c069c 100644
--- a/mojo/aura/screen_mojo.cc
+++ b/mojo/aura/screen_mojo.cc
@@ -17,11 +17,6 @@ ScreenMojo* ScreenMojo::Create() {
ScreenMojo::~ScreenMojo() {
}
-bool ScreenMojo::IsDIPEnabled() {
- NOTIMPLEMENTED();
- return true;
-}
-
gfx::Point ScreenMojo::GetCursorScreenPoint() {
NOTIMPLEMENTED();
return gfx::Point();
« no previous file with comments | « mojo/aura/screen_mojo.h ('k') | ui/aura/test/test_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698