| Index: ui/views/view_aura.cc
|
| diff --git a/ui/views/view_aura.cc b/ui/views/view_aura.cc
|
| index 006f1da284026b618c384f6a140e54ab7da80693..ce60963de1ce1ab8f4bcde42ce8501c751ace15e 100644
|
| --- a/ui/views/view_aura.cc
|
| +++ b/ui/views/view_aura.cc
|
| @@ -7,11 +7,9 @@
|
| namespace {
|
|
|
| // Default horizontal drag threshold in pixels.
|
| -// Same as what gtk uses.
|
| const int kDefaultHorizontalDragThreshold = 8;
|
|
|
| // Default vertical drag threshold in pixels.
|
| -// Same as what gtk uses.
|
| const int kDefaultVerticalDragThreshold = 8;
|
|
|
| } // namespace
|
|
|