#include "ui/events/gesture_detection/snap_scroll_controller.h"
#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/test/motion_event_test_utils.h"
TimeTicks;
MockMotionEvent;
namespace ui {
namespace {
const float kSnapBound = …;
gfx::SizeF GetDisplayBounds() { … }
}
TEST(SnapScrollControllerTest, Basic) { … }
TEST(SnapScrollControllerTest, VerticalScroll) { … }
TEST(SnapScrollControllerTest, HorizontalScroll) { … }
TEST(SnapScrollControllerTest, Diagonal) { … }
}