Roll src/third_party/WebKit b944946:201fd41 (svn 192400:192407)
[chromium-blink-merge.git] / ui / views / view_constants.cc
blob63a5a227a718803b4a722a90aa8578643b7b2cef
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/views/view_constants.h"
7 namespace views {
9 const int kAutoscrollSize = 10;
10 const int kAutoscrollRowTimerMS = 200;
11 const int kDropBetweenPixels = 5;
13 } // namespace views