chromium/chrome/browser/ui/toasts/toast_view.cc

// 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.

#include "chrome/browser/ui/toasts/toast_view.h"

#include <climits>
#include <memory>

#include "chrome/browser/ui/browser_element_identifiers.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/views/view_class_properties.h"
#include "ui/views/window/dialog_delegate.h"

namespace toasts {
ToastView::ToastView(views::View* anchor_view,
                     const std::u16string& toast_text,
                     const gfx::VectorIcon& icon)
    :{}

ToastView::~ToastView() = default;

void ToastView::Init() {}

gfx::Rect ToastView::GetBubbleBounds() {}

void ToastView::OnThemeChanged() {}

std::u16string ToastView::GetAccessibleWindowTitle() const {}

BEGIN_METADATA()

}  // namespace toasts