chromium/ui/accessibility/ax_updates_and_events.h

// Copyright 2014 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_AX_UPDATES_AND_EVENTS_H_
#define UI_ACCESSIBILITY_AX_UPDATES_AND_EVENTS_H_

#include <vector>

#include "ui/accessibility/ax_base_export.h"
#include "ui/accessibility/ax_event.h"
#include "ui/accessibility/ax_node_data.h"
#include "ui/accessibility/ax_relative_bounds.h"
#include "ui/accessibility/ax_tree_data.h"
#include "ui/accessibility/ax_tree_update.h"

namespace ui {

struct AX_BASE_EXPORT AXUpdatesAndEvents {};

struct AX_BASE_EXPORT AXLocationChanges {};

}  // namespace ui

#endif  // UI_ACCESSIBILITY_AX_UPDATES_AND_EVENTS_H_