| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index 706f0ab116d87b59eedf9db05b91a8bb9a2d7df8..cfb7bfa465f967014a8db5c8dc9d2677e997d90c 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -39,7 +39,7 @@ const int PlatformStyle::kMinLabelButtonWidth = 70;
|
| const int PlatformStyle::kMinLabelButtonHeight = 33;
|
| const bool PlatformStyle::kDefaultLabelButtonHasBoldFont = true;
|
| const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| -const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = false;
|
| +const bool PlatformStyle::kTextDragVerticallyDragsToEnd = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
| const bool PlatformStyle::kTreeViewHasFocusRing = false;
|
|
|