chromium/chrome/browser/ui/views/download/download_shelf_started_animation_views.cc

// Copyright 2023 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/download/download_shelf_started_animation_views.h"

#include "base/i18n/rtl.h"
#include "base/time/time.h"
#include "chrome/app/vector_icons/vector_icons.h"
#include "chrome/browser/ui/color/chrome_color_id.h"
#include "chrome/browser/ui/views/download/download_started_animation_views.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/paint_vector_icon.h"

DownloadShelfStartedAnimationViews::DownloadShelfStartedAnimationViews(
    content::WebContents* web_contents)
    :{}

int DownloadShelfStartedAnimationViews::GetX() const {}

int DownloadShelfStartedAnimationViews::GetY() const {}

float DownloadShelfStartedAnimationViews::GetOpacity() const {}

BEGIN_METADATA()