From a86445bd3d13de8f9845ee939856acbbc11a0a7c Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Thu, 9 Aug 2012 19:42:39 +0000 Subject: ash: Use different hit-test outer-region for mouse and touch events. The hit-region for windows need to be larger for touch events to allow resizing windows easily, while continuing to use a smaller hit-region for mouse-events. BUG=135187 Review URL: https://chromiumcodereview.appspot.com/10854060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150870 0039d316-1c4b-4281-b951-d872f2087c98 --- ash/ash_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ash/ash_constants.h') diff --git a/ash/ash_constants.h b/ash/ash_constants.h index 17082d8..ad12a6f 100644 --- a/ash/ash_constants.h +++ b/ash/ash_constants.h @@ -24,8 +24,8 @@ ASH_EXPORT extern const int kResizeAreaCornerSize; // extends to the edge of the window. We consider a small region outside the // window bounds and an even smaller region overlapping the window to be the // "non-client" area and use it for resizing. -ASH_EXPORT extern const int kResizeOutsideBoundsSizeTouch; ASH_EXPORT extern const int kResizeOutsideBoundsSize; +ASH_EXPORT extern const int kResizeOutsideBoundsScaleForTouch; ASH_EXPORT extern const int kResizeInsideBoundsSize; } // namespace ash -- cgit v1.1