chromium/ui/gfx/animation/throb_animation.cc

// Copyright 2012 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/gfx/animation/throb_animation.h"

#include <limits>

namespace gfx {

ThrobAnimation::ThrobAnimation(AnimationDelegate* target)
    :{}

void ThrobAnimation::StartThrobbing(int cycles_til_stop) {}

void ThrobAnimation::Reset(double value) {}

void ThrobAnimation::Show() {}

void ThrobAnimation::Hide() {}

void ThrobAnimation::SetSlideDuration(base::TimeDelta duration) {}

void ThrobAnimation::Step(base::TimeTicks time_now) {}

void ThrobAnimation::StopThrobbing() {}

}  // namespace gfx