chromium/content/browser/renderer_host/input/web_input_event_util_unittest.cc

// 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.

#include <stddef.h>

#include <numbers>

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/input/synthetic_web_input_event_builders.h"
#include "ui/events/blink/blink_event_util.h"
#include "ui/events/blink/web_input_event_traits.h"
#include "ui/events/event_constants.h"
#include "ui/events/gesture_detection/gesture_event_data.h"
#include "ui/events/gesture_event_details.h"
#include "ui/events/types/event_type.h"
#include "ui/events/velocity_tracker/motion_event_generic.h"

WebInputEvent;
WebTouchEvent;
WebTouchPoint;
MotionEvent;
MotionEventGeneric;

namespace content {

TEST(WebInputEventUtilTest, MotionEventConversion) {}

TEST(WebInputEventUtilTest, ScrollUpdateConversion) {}

}  // namespace content