chromium/ui/gfx/mojom/mask_filter_info.mojom

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module gfx.mojom;

import "ui/gfx/mojom/rrect_f.mojom";
import "ui/gfx/mojom/linear_gradient.mojom";

// See ui/gfx/geometry/mask_filter_info.h.
struct MaskFilterInfo {
  gfx.mojom.RRectF rounded_corner_bounds;
  gfx.mojom.LinearGradient? gradient_mask;
};