// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_INPUT_WEB_TOUCH_EVENT_TRAITS_H_ #define COMPONENTS_INPUT_WEB_TOUCH_EVENT_TRAITS_H_ #include "base/time/time.h" #include "base/component_export.h" #include "third_party/blink/public/common/input/web_touch_event.h" namespace blink { class WebTouchEvent; } namespace input { // Utility class for performing operations on and with WebTouchEvents. class COMPONENT_EXPORT(INPUT) WebTouchEventTraits { … }; } // namespace input #endif // COMPONENTS_INPUT_WEB_TOUCH_EVENT_TRAITS_H_