| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index 8fc07ef62c939ac4b7d8a1d9b8eaa08ac7888e31..32c72b7982670d2f35a73013e38829f3e3445175 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;
|
|
|