diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 20:14:43 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 20:14:43 +0000 |
commit | c203f03fc14b048592445ee37620fa5c366b2251 (patch) | |
tree | 7f08b84bff6da7bbb0539b9e498520885c9ae96d /views/view_constants.h | |
parent | 25f06afffba1fa300ea92deeaf2cffe10ead90e2 (diff) | |
download | chromium_src-c203f03fc14b048592445ee37620fa5c366b2251.zip chromium_src-c203f03fc14b048592445ee37620fa5c366b2251.tar.gz chromium_src-c203f03fc14b048592445ee37620fa5c366b2251.tar.bz2 |
Add VIEWS_EXPORT to autoscroll constants.
Referenced by browser/bookmarks/bookmark_drop_info.cc, fixes link when in
component and incremental linking on Windows.
BUG=
TEST=Links in Component build mode
Review URL: http://codereview.chromium.org/7741017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/view_constants.h')
-rw-r--r-- | views/view_constants.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/view_constants.h b/views/view_constants.h index c00fe32..cdee4bf 100644 --- a/views/view_constants.h +++ b/views/view_constants.h @@ -12,11 +12,11 @@ namespace views { // Size (width or height) within which the user can hold the mouse and the // view should scroll. -extern const int kAutoscrollSize; +VIEWS_EXPORT extern const int kAutoscrollSize; // Time in milliseconds to autoscroll by a row. This is used during drag and // drop. -extern const int kAutoscrollRowTimerMS; +VIEWS_EXPORT extern const int kAutoscrollRowTimerMS; // Used to determine whether a drop is on an item or before/after it. If a drop // occurs kDropBetweenPixels from the top/bottom it is considered before/after |