| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index 46ffecfaabc97983853eef28399047a61310d294..8ab5c9d327632a3d7219beb523425650e7ee2550 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -44,6 +44,9 @@ const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| const bool PlatformStyle::kSelectWordOnRightClick = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
| +const CustomButton::ClickAction PlatformStyle::kClickActionOnSpace =
|
| + CustomButton::CLICK_ON_RELEASE;
|
| +const bool PlatformStyle::kReturnClicksFocusedControl = true;
|
| const bool PlatformStyle::kTreeViewHasFocusRing = false;
|
| const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false;
|
| const bool PlatformStyle::kUseRipples = true;
|
|
|