// 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 "ui/views/controls/button/label_button_image_container.h" #include "ui/base/models/image_model.h" #include "ui/views/controls/button/label_button.h" namespace views { std::unique_ptr<View> SingleImageContainer::CreateView() { … } View* SingleImageContainer::GetView() { … } const View* SingleImageContainer::GetView() const { … } void SingleImageContainer::UpdateImage(const LabelButton* button) { … } } // namespace views