Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
ax_action_data.cc
Go to the documentation of this file.
1// Copyright 2016 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
5#include "ax_action_data.h"
6
7#include "ax_enums.h"
8
9namespace ui {
10
12 : action(ax::mojom::Action::kNone),
13 hit_test_event_to_fire(ax::mojom::Event::kNone),
14 horizontal_scroll_alignment(ax::mojom::ScrollAlignment::kNone),
15 vertical_scroll_alignment(ax::mojom::ScrollAlignment::kNone),
16 scroll_behavior(ax::mojom::ScrollBehavior::kNone) {}
17
18AXActionData::AXActionData(const AXActionData& other) = default;
20
21} // namespace ui