| 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 ddb21d100c737a283618c3c67fb20d73f3ee7563..3f0496c0e2e869ff3d121d937d17a7a315617188 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -25,6 +25,7 @@
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = false;
|
| const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = false;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = true;
|
| +const bool PlatformStyle::kTreeViewHasFocusRing = true;
|
| const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = true;
|
| const bool PlatformStyle::kUseRipples = false;
|
|
|
|
|