diff options
Diffstat (limited to 'views/view_constants.cc')
-rw-r--r-- | views/view_constants.cc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/views/view_constants.cc b/views/view_constants.cc new file mode 100644 index 0000000..0e2ed17 --- /dev/null +++ b/views/view_constants.cc @@ -0,0 +1,13 @@ +// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "views/view_constants.h" + +namespace views { + +const int kAutoscrollSize = 10; +const int kAutoscrollRowTimerMS = 200; +const int kDropBetweenPixels = 5; + +} // namespace views |