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