| Index: ui/views/view_mac.cc
|
| diff --git a/ui/views/view_aura.cc b/ui/views/view_mac.cc
|
| similarity index 67%
|
| copy from ui/views/view_aura.cc
|
| copy to ui/views/view_mac.cc
|
| index 006f1da284026b618c384f6a140e54ab7da80693..9213c64574d06f8abf4dba4adef777d151f1fa3e 100644
|
| --- a/ui/views/view_aura.cc
|
| +++ b/ui/views/view_mac.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright 2014 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.
|
|
|
| @@ -19,14 +19,10 @@ const int kDefaultVerticalDragThreshold = 8;
|
| namespace views {
|
|
|
| int View::GetHorizontalDragThreshold() {
|
| - // TODO(jennyz): This value may need to be adjusted for different platforms
|
| - // and for different display density.
|
| return kDefaultHorizontalDragThreshold;
|
| }
|
|
|
| int View::GetVerticalDragThreshold() {
|
| - // TODO(jennyz): This value may need to be adjusted for different platforms
|
| - // and for different display density.
|
| return kDefaultVerticalDragThreshold;
|
| }
|
|
|
|
|