1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
7 import "ui/mojo/geometry/geometry.mojom";
10 GetTree() => (array<AxNode> nodes);
17 // Can be zero if the node has no parent or next sibling.
19 uint32 next_sibling_id;
23 // At most one of the below will be present.
24 // TODO(aa): These should become a union.