chromium/ui/events/mobile_scroller_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 <limits.h>

#include "base/time/time.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/mobile_scroller.h"

namespace ui {
namespace {

const float kDefaultStartX =;
const float kDefaultStartY =;
const float kDefaultDeltaX =;
const float kDefaultDeltaY =;
const float kDefaultVelocityX =;
const float kDefaultVelocityY =;
const float kEpsilon =;

MobileScroller::Config DefaultConfig() {}

}  // namespace

MobileScrollerTest;

TEST_F(MobileScrollerTest, Scroll) {}

TEST_F(MobileScrollerTest, Fling) {}

}  // namespace ui