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

Unified Diff: ash/display/display_info.cc

Issue 647023003: Fix uninitialized field in DisplayInfo ctor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | no next file » | 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 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) {
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698