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: ui/display/screen_base.cc

Issue 2547243002: Set device scale factor in CompositorFrame and scale frame size in WS. (Closed)
Patch Set: test Created 4 years 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 | « services/ui/ws/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/screen_base.cc
diff --git a/ui/display/screen_base.cc b/ui/display/screen_base.cc
index b3abc48bbbc00622422f804ef2e03ca7e16e95a3..21c8c270f2c21cbf3d29c3f9ef696dceb51e5fd3 100644
--- a/ui/display/screen_base.cc
+++ b/ui/display/screen_base.cc
@@ -39,6 +39,8 @@ Display ScreenBase::GetPrimaryDisplay() const {
}
Display ScreenBase::GetDisplayNearestWindow(gfx::NativeView view) const {
+ // TODO(riajiang): Implement this for multi-displays either here or in
+ // ScreenMus.
NOTIMPLEMENTED();
return GetPrimaryDisplay();
}
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698