910e62b5创建于 1月15日历史提交
// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module ax.mojom;

import "ui/gfx/geometry/mojom/geometry.mojom";
import "ui/gfx/mojom/transform.mojom";

// See ui::RelativeBounds for documentation.
struct AXRelativeBounds {
  int32 offset_container_id;
  gfx.mojom.RectF bounds;
  gfx.mojom.Transform transform;
};