Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: ui/views/view_mac.cc

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « ui/views/view.cc ('k') | ui/views/view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698