From c203f03fc14b048592445ee37620fa5c366b2251 Mon Sep 17 00:00:00 2001 From: "scottmg@chromium.org" Date: Thu, 25 Aug 2011 20:14:43 +0000 Subject: 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 --- views/view_constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/view_constants.h') 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 -- cgit v1.1