Disable more failing and flaky browser_tests for the touch build.
[chromium-blink-merge.git] / views / view_constants.cc
blob0e2ed17db9909b70189bd5dc9bd68474bb72e21a
1 // Copyright (c) 2006-2008 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 "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