// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/renderer_host/input/motion_event_web.h" #include <stddef.h> #include <numbers> #include "testing/gtest/include/gtest/gtest.h" #include "ui/events/blink/blink_event_util.h" #include "ui/events/test/motion_event_test_utils.h" #include "ui/events/velocity_tracker/motion_event_generic.h" MotionEvent; MotionEventGeneric; PointerProperties; namespace content { TEST(MotionEventWebTest, Constructor) { … } } // namespace content