ax_tree_update_forward.h 381 B

1234567891011121314
  1. // Copyright 2019 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.
  4. #ifndef UI_ACCESSIBILITY_AX_TREE_UPDATE_FORWARD_H_
  5. #define UI_ACCESSIBILITY_AX_TREE_UPDATE_FORWARD_H_
  6. namespace ui {
  7. struct AXTreeUpdate;
  8. } // namespace ui
  9. #endif // UI_ACCESSIBILITY_AX_TREE_UPDATE_FORWARD_H_