Commit c203f03f authored by scottmg@chromium.org's avatar scottmg@chromium.org

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
parent 25f06aff
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment