| Index: ui/display/display.cc
 | 
| diff --git a/ui/display/display.cc b/ui/display/display.cc
 | 
| index 3a5433fe4d3c3953d766ea8d2b561111384de490..3e8b183a43d09c5e95ffd63c825c20f99e1f83b3 100644
 | 
| --- a/ui/display/display.cc
 | 
| +++ b/ui/display/display.cc
 | 
| @@ -82,7 +82,8 @@ Display::Display()
 | 
|        rotation_(ROTATE_0),
 | 
|        touch_support_(TOUCH_SUPPORT_UNKNOWN),
 | 
|        color_depth_(DEFAULT_BITS_PER_PIXEL),
 | 
| -      depth_per_component_(DEFAULT_BITS_PER_COMPONENT) {}
 | 
| +      depth_per_component_(DEFAULT_BITS_PER_COMPONENT),
 | 
| +      is_monochrome_(false) {}
 | 
|  
 | 
|  Display::Display(const Display& other) = default;
 | 
|  
 | 
| 
 |