| Index: ui/views/style/platform_style_mac.mm
|
| diff --git a/ui/views/style/platform_style_mac.mm b/ui/views/style/platform_style_mac.mm
|
| index 5e06da5d2815f7260978f43da5bad7cffe5d65fd..8d3b9fd44a66ac68ebe2621a8e8d572ffd7e5813 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -22,6 +22,7 @@ const int PlatformStyle::kMinLabelButtonWidth = 32;
|
| const int PlatformStyle::kMinLabelButtonHeight = 30;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = false;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = true;
|
| +const bool PlatformStyle::kTreeViewSelectsEntireRow = true;
|
|
|
| // static
|
| gfx::ImageSkia PlatformStyle::CreateComboboxArrow(bool is_enabled,
|
|
|