#include "chrome/browser/ui/views/web_apps/frame_toolbar/web_app_content_settings_container.h"
#include "ui/base/hit_test.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/compositor/layer.h"
#include "ui/compositor/scoped_layer_animation_settings.h"
#include "ui/views/border.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/window/custom_frame_view.h"
#include "ui/views/window/hit_test_utils.h"
namespace {
constexpr base::TimeDelta kContentSettingsFadeInDuration = …;
}
WebAppContentSettingsContainer::WebAppContentSettingsContainer(
IconLabelBubbleView::Delegate* icon_label_bubble_delegate,
ContentSettingImageView::Delegate* content_setting_image_delegate) { … }
WebAppContentSettingsContainer::~WebAppContentSettingsContainer() = default;
void WebAppContentSettingsContainer::UpdateContentSettingViewsVisibility() { … }
void WebAppContentSettingsContainer::SetIconColor(SkColor icon_color) { … }
void WebAppContentSettingsContainer::SetUpForFadeIn() { … }
void WebAppContentSettingsContainer::FadeIn() { … }
void WebAppContentSettingsContainer::EnsureVisible() { … }
BEGIN_METADATA(…)