blob: 154ea56d5b98908c5e92db4cd653cec517d2f0a9 [file] [log] [blame]
// Copyright 2020 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/accessibility/mojom/ax_tree_data.mojom";
// See content::AXContentTreeData for comments / explanations of these fields.
struct AXContentTreeData {
ax.mojom.AXTreeData tree_data;
int32 routing_id;
int32 parent_routing_id;
};