| Index: ui/display/display.h
|
| diff --git a/ui/display/display.h b/ui/display/display.h
|
| index 03c9ddd9b8a833f2ef51b3f2752450b77b53e8bb..acb45354dc7c8eefc47485142a7c3616c3ada96a 100644
|
| --- a/ui/display/display.h
|
| +++ b/ui/display/display.h
|
| @@ -209,6 +209,8 @@ class DISPLAY_EXPORT Display final {
|
| Rotation rotation_ = ROTATE_0;
|
| TouchSupport touch_support_ = TOUCH_SUPPORT_UNKNOWN;
|
| gfx::Size maximum_cursor_size_;
|
| + // NOTE: this is not currently written to the mojom as it is not used in
|
| + // aura.
|
| gfx::ICCProfile icc_profile_;
|
| int color_depth_;
|
| int depth_per_component_;
|
|
|