Chromium Code Reviews| Index: ash/display/display_info.cc |
| diff --git a/ash/display/display_info.cc b/ash/display/display_info.cc |
| index 5fd66a3795cd47ce058e9a518b7eac4d8e2dbcbb..16a31f243e23494d75442e1fc9b9b790feab3984 100644 |
| --- a/ash/display/display_info.cc |
| +++ b/ash/display/display_info.cc |
| @@ -236,6 +236,7 @@ DisplayInfo::DisplayInfo(int64 id, |
| overscan_insets_in_dip_(0, 0, 0, 0), |
| configured_ui_scale_(1.0f), |
| native_(false), |
| + is_aspect_preserving_scaling_(false), |
| color_profile_(ui::COLOR_PROFILE_STANDARD) { |
| } |