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

Unified Diff: ash/display/display_info.cc

Issue 23286003: ash: Get output info from chromeos instead of XRandR. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use index from XRandR Created 7 years, 4 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 | « ash/display/display_info.h ('k') | ash/display/display_util_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_info.cc
diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc
index 5e89a0d97f6e640685711cabaaee73165f1ec6d9..5dcca899c33329523dcbad740d4221d0362af0e4 100644
--- a/ash/display/display_info.cc
+++ b/ash/display/display_info.cc
@@ -179,7 +179,7 @@ void DisplayInfo::Copy(const DisplayInfo& native_info) {
// Rotation_ and ui_scale_ are given by preference, or unit
// tests. Don't copy if this native_info came from
- // DisplayChangeObserverX11.
+ // DisplayChangeObserver.
if (!native_info.native()) {
rotation_ = native_info.rotation_;
ui_scale_ = native_info.ui_scale_;
« no previous file with comments | « ash/display/display_info.h ('k') | ash/display/display_util_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698