chromium/chrome/browser/ui/views/frame/browser_frame_bounds_change_animation.h

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

#ifndef CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_BOUNDS_CHANGE_ANIMATION_H_
#define CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_BOUNDS_CHANGE_ANIMATION_H_

#include "base/memory/raw_ref.h"
#include "ui/gfx/animation/linear_animation.h"
#include "ui/gfx/geometry/rect.h"

namespace views {
class Widget;
}  // namespace views

// Animates a BrowserView's frame's bounds change.
class BrowserFrameBoundsChangeAnimation : public gfx::LinearAnimation {};

#endif  // CHROME_BROWSER_UI_VIEWS_FRAME_BROWSER_FRAME_BOUNDS_CHANGE_ANIMATION_H_