diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 19:42:39 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 19:42:39 +0000 |
commit | a86445bd3d13de8f9845ee939856acbbc11a0a7c (patch) | |
tree | 82c575bc5e709a9a7213b9d39ef42eb04b8cae77 /ash/ash_constants.h | |
parent | 37e47023fb62c398f5d4a837f77a9835f5e3f265 (diff) | |
download | chromium_src-a86445bd3d13de8f9845ee939856acbbc11a0a7c.zip chromium_src-a86445bd3d13de8f9845ee939856acbbc11a0a7c.tar.gz chromium_src-a86445bd3d13de8f9845ee939856acbbc11a0a7c.tar.bz2 |
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
Diffstat (limited to 'ash/ash_constants.h')
-rw-r--r-- | ash/ash_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |