// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/ax_action_handler_base.h" #include "ui/accessibility/ax_action_handler_registry.h" namespace ui { bool AXActionHandlerBase::RequiresPerformActionPointInPixels() const { … } AXActionHandlerBase::AXActionHandlerBase() : … { … } AXActionHandlerBase::AXActionHandlerBase(const AXTreeID& ax_tree_id) : … { … } AXActionHandlerBase::~AXActionHandlerBase() { … } void AXActionHandlerBase::SetAXTreeID(AXTreeID new_ax_tree_id) { … } } // namespace ui