| 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_;
|
|
|