// 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 THIRD_PARTY_BLINK_RENDERER_CORE_EVENTS_INPUT_EVENT_H_ #define THIRD_PARTY_BLINK_RENDERER_CORE_EVENTS_INPUT_EVENT_H_ #include "third_party/blink/renderer/bindings/core/v8/v8_input_event_init.h" #include "third_party/blink/renderer/core/dom/range.h" #include "third_party/blink/renderer/core/dom/static_range.h" #include "third_party/blink/renderer/core/events/ui_event.h" namespace blink { class DataTransfer; class InputEvent final : public UIEvent { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_CORE_EVENTS_INPUT_EVENT_H_