| Index: ui/views/style/platform_style.cc
|
| diff --git a/ui/views/style/platform_style.cc b/ui/views/style/platform_style.cc
|
| index 829e6864b73f165ec4ae09dd255f1b075955cbf9..fe6b9acac5b1ff049aaca5f7cc93a6309f13482c 100644
|
| --- a/ui/views/style/platform_style.cc
|
| +++ b/ui/views/style/platform_style.cc
|
| @@ -42,6 +42,7 @@ const bool PlatformStyle::kDialogDefaultButtonCanBeCancel = true;
|
| const bool PlatformStyle::kTextfieldDragVerticallyDragsToEnd = false;
|
| const CustomButton::NotifyAction PlatformStyle::kMenuNotifyActivationAction =
|
| CustomButton::NOTIFY_ON_RELEASE;
|
| +const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = false;
|
|
|
| // static
|
| gfx::ImageSkia PlatformStyle::CreateComboboxArrow(bool is_enabled,
|
|
|