| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index b586060750c0b259e6d37f8f27caf8c9a4ed2ca6..c094051bee5e2ec84154eecbe69d840856c5e652 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::kTreeViewSelectionPaintsEntireRow = false;
|
|
|