chromium/ui/events/gestures/fixed_velocity_curve.cc

// Copyright 2017 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/gestures/fixed_velocity_curve.h"

namespace ui {

FixedVelocityCurve::FixedVelocityCurve(const gfx::Vector2dF& velocity,
                                       base::TimeTicks start_timestamp)
    :{}

FixedVelocityCurve::~FixedVelocityCurve() {}

// GestureCurve implementation.
bool FixedVelocityCurve::ComputeScrollOffset(base::TimeTicks time,
                                             gfx::Vector2dF* offset,
                                             gfx::Vector2dF* velocity) {}

}  // namespace ui