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

Unified Diff: ash/display/display_info.h

Issue 886873003: Make DisplayInfo::Copy() copy over DisplayInfo::is_aspect_preserving_scaling_ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | ash/display/display_info.cc » ('j') | ash/display/display_info.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/display_info.h
diff --git a/ash/display/display_info.h b/ash/display/display_info.h
index 103f1cb00c9ea697c0613d5f6d7ca6bccc9df2bd..c01d13716dcfba1a889b5b9114b16db2e9ed92f9 100644
--- a/ash/display/display_info.h
+++ b/ash/display/display_info.h
@@ -279,6 +279,8 @@ class ASH_EXPORT DisplayInfo {
// The list of available variations for the color calibration.
std::vector<ui::ColorCalibrationProfile> available_color_profiles_;
+
+ // If you add a new member, you need to update Copy().
oshima 2015/01/30 18:06:38 I couldn't think of a good way either. lgtm
};
} // namespace ash
« no previous file with comments | « no previous file | ash/display/display_info.cc » ('j') | ash/display/display_info.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698