| 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 e1d396e2795be9d4b0538fafba61d9a89275f21d..7ee138050538a8c9420f9104f6a3d5fa80c6014f 100644
|
| --- a/ui/views/style/platform_style_mac.mm
|
| +++ b/ui/views/style/platform_style_mac.mm
|
| @@ -26,6 +26,7 @@
|
| const bool PlatformStyle::kSelectWordOnRightClick = true;
|
| const bool PlatformStyle::kSelectAllOnRightClickWhenUnfocused = true;
|
| const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = true;
|
| +const bool PlatformStyle::kTreeViewUsesOpenIcon = false;
|
| const bool PlatformStyle::kUseRipples = false;
|
|
|
| // On Mac, the Cocoa browser window does not flip its UI in RTL (e.g. bookmark
|
|
|