chromium/ui/events/gesture_detection/snap_scroll_controller_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 "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() {}

}  // namespace

TEST(SnapScrollControllerTest, Basic) {}

TEST(SnapScrollControllerTest, VerticalScroll) {}

TEST(SnapScrollControllerTest, HorizontalScroll) {}

TEST(SnapScrollControllerTest, Diagonal) {}

}  // namespace ui