// 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. #ifndef CONTENT_RENDERER_ACCESSIBILITY_AOM_CONTENT_AX_TREE_H_ #define CONTENT_RENDERER_ACCESSIBILITY_AOM_CONTENT_AX_TREE_H_ #include <stdint.h> #include "base/memory/raw_ptr.h" #include "third_party/blink/public/platform/web_computed_ax_tree.h" #include "content/renderer/render_frame_impl.h" #include "third_party/blink/public/platform/web_string.h" #include "ui/accessibility/ax_tree.h" namespace content { class AomContentAxTree : public blink::WebComputedAXTree { … }; } // namespace content #endif // CONTENT_RENDERER_ACCESSIBILITY_AOM_CONTENT_AX_TREE_H_