diff options
Diffstat (limited to 'chromium/cc/input/input_handler.cc')
-rw-r--r-- | chromium/cc/input/input_handler.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chromium/cc/input/input_handler.cc b/chromium/cc/input/input_handler.cc deleted file mode 100644 index 55ca46ef2c0..00000000000 --- a/chromium/cc/input/input_handler.cc +++ /dev/null @@ -1,17 +0,0 @@ -// 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. - -#include "cc/input/input_handler.h" - -namespace cc { - -InputHandlerScrollResult::InputHandlerScrollResult() - : did_scroll(false), did_overscroll_root(false) { -} - -InputHandlerPointerResult::InputHandlerPointerResult() - : type(kUnhandled), - scroll_units(ui::ScrollGranularity::kScrollByPrecisePixel) {} - -} // namespace cc |