chromium/ui/events/blink/web_input_event_traits.h

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_EVENTS_BLINK_WEB_INPUT_EVENT_TRAITS_H_
#define UI_EVENTS_BLINK_WEB_INPUT_EVENT_TRAITS_H_

#include "third_party/blink/public/common/input/web_input_event.h"

namespace ui {

WebScopedInputEvent;

// Utility class for performing operations on and with WebInputEvents.
class WebInputEventTraits {};

}  // namespace ui

#endif  // UI_EVENTS_BLINK_WEB_INPUT_EVENT_TRAITS_H_