chromium/chrome/browser/ui/views/tabs/tab_slot_animation_delegate.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_slot_animation_delegate.h"

TabSlotAnimationDelegate::TabSlotAnimationDelegate(TabContainer* tab_container,
                                                   TabSlotView* slot_view)
    :{}

TabSlotAnimationDelegate::~TabSlotAnimationDelegate() = default;

void TabSlotAnimationDelegate::AnimationProgressed(
    const gfx::Animation* animation) {}

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

void TabSlotAnimationDelegate::AnimationCanceled(
    const gfx::Animation* animation) {}