| Index: ash/common/wm/overview/window_selector.cc
|
| diff --git a/ash/common/wm/overview/window_selector.cc b/ash/common/wm/overview/window_selector.cc
|
| index 3d79eb23d4d7415c005a8ef290b9bf74ad7f4acd..3abb5a5f2351992c60f0d2e387992146842e550c 100644
|
| --- a/ash/common/wm/overview/window_selector.cc
|
| +++ b/ash/common/wm/overview/window_selector.cc
|
| @@ -93,7 +93,7 @@ const int kTextFilterIconSize = 20;
|
|
|
| // The radius used for the rounded corners on the text filtering textbox.
|
| const int kTextFilterCornerRadius = 1;
|
| -const int kTextFilterCornerRadiusMD = 2;
|
| +const int kTextFilterCornerRadiusMD = 4;
|
|
|
| // A comparator for locating a grid with a given root window.
|
| struct RootWindowGridComparator {
|
|
|