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