| 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 8d4ef5d8e77f8123034124c99c8a26997e8f5d9d..df19efd8fa8630aef14ac49ac8b8a9309ffff546 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -23,6 +23,7 @@
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = false;
|
| const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = false;
|
| const bool PlatformStyle::kTextDragVerticallyDragsToEnd = true;
|
| +const bool PlatformStyle::kSelectWordOnRightClick = true;
|
| const bool PlatformStyle::kTreeViewHasFocusRing = true;
|
| const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = true;
|
| const bool PlatformStyle::kUseRipples = false;
|
|
|