Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2807)

Unified Diff: ash/ash_constants.cc

Issue 10854060: ash: Use different hit-test outer-region for mouse and touch events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: scale Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_constants.h ('k') | ash/wm/frame_painter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/ash_constants.h ('k') | ash/wm/frame_painter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698