| Index: ash/ash_constants.cc
|
| diff --git a/ash/ash_constants.cc b/ash/ash_constants.cc
|
| index 616bee4ae8fc642545a9b965fc4f67a32f607774..e452d46c6ad5bfca165fc2b87a7922aea166ac73 100644
|
| --- a/ash/ash_constants.cc
|
| +++ b/ash/ash_constants.cc
|
| @@ -13,8 +13,8 @@ namespace ash {
|
| DEFINE_WINDOW_PROPERTY_KEY(bool, kConstrainedWindowKey, false);
|
|
|
| const int kResizeAreaCornerSize = 16;
|
| -const int kResizeOutsideBoundsSizeTouch = 30;
|
| const int kResizeOutsideBoundsSize = 6;
|
| +const int kResizeOutsideBoundsScaleForTouch = 5;
|
| const int kResizeInsideBoundsSize = 1;
|
|
|
| } // namespace ash
|
|
|