chromium/third_party/blink/common/input/web_input_event.cc

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

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

namespace blink {
namespace {
constexpr int kButtonModifiers =;
}

WebInputEvent::DispatchType WebInputEvent::MergeDispatchTypes(
    DispatchType type_1,
    DispatchType type_2) {}

ui::EventType WebInputEvent::GetTypeAsUiEventType() const {}

}  // namespace blink