// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_TEXT_BOUNDARY_H_ #define UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_TEXT_BOUNDARY_H_ #include "base/component_export.h" #include "build/build_config.h" #include "ui/accessibility/ax_enums.mojom-forward.h" #include "ui/base/buildflags.h" #if BUILDFLAG(USE_ATK) #include <atk/atk.h> #endif // BUILDFLAG(USE_ATK) #if BUILDFLAG(IS_WIN) #include <oleacc.h> #include "third_party/iaccessible2/ia2_api_all.h" #include <uiautomation.h> #endif // BUILDFLAG(IS_WIN) ui // namespace ui #endif // UI_ACCESSIBILITY_PLATFORM_AX_PLATFORM_TEXT_BOUNDARY_H_