From 2362e4fe2905ab75d3230ebc3e307ae53e2b8362 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Fri, 8 May 2009 00:34:05 +0000 Subject: Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15604 0039d316-1c4b-4281-b951-d872f2087c98 --- views/view_constants.cc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 views/view_constants.cc (limited to 'views/view_constants.cc') 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 -- cgit v1.1