// 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/desktop_capture/rounded_corner_image_view.h" #include "ui/gfx/canvas.h" #include "ui/gfx/geometry/skia_conversions.h" #include "ui/views/layout/layout_provider.h" bool RoundedCornerImageView::GetCanProcessEventsWithinSubtree() const { … } void RoundedCornerImageView::OnPaint(gfx::Canvas* canvas) { … } BEGIN_METADATA(…)