Chromium Code Reviews| 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 |