blob: b07cc43492d7b5dc9761145b92b3dce2af098444 [file] [log] [blame]
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ax_action_data.h"
#include "ax_enums.h"
namespace ui {
AXActionData::AXActionData()
: action(ax::mojom::Action::kNone),
hit_test_event_to_fire(ax::mojom::Event::kNone),
horizontal_scroll_alignment(ax::mojom::ScrollAlignment::kNone),
vertical_scroll_alignment(ax::mojom::ScrollAlignment::kNone),
scroll_behavior(ax::mojom::ScrollBehavior::kNone) {}
AXActionData::AXActionData(const AXActionData& other) = default;
AXActionData::~AXActionData() = default;
} // namespace ui