chromium/chrome/browser/ui/views/tabs/tab_scrolling_animation.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/tabs/tab_scrolling_animation.h"

TabScrollingAnimation::TabScrollingAnimation(
    views::View* contents_view,
    gfx::AnimationContainer* bounds_animator_container,
    base::TimeDelta duration,
    const gfx::Rect start_visible_rect,
    const gfx::Rect end_visible_rect)
    :{}

void TabScrollingAnimation::AnimateToState(double state) {}

void TabScrollingAnimation::AnimationEnded(const gfx::Animation* animation) {}