blob: 52b622538c826322799df7613ad0d294c6c05e43 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// 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/mojo/geometry.mojom";
import "ui/gfx/mojo/transform.mojom";
// See ui::RelativeBounds for documentation.
struct AXRelativeBounds {
int32 offset_container_id;
gfx.mojom.RectF bounds;
gfx.mojom.Transform transform;
};