blob: 703f76f71377d8049f3b84ed9cad4c879e75a1c6 [file] [log] [blame]
// Copyright 2014 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 "content/public/browser/ax_event_notification_details.h"
namespace content {
AXEventNotificationDetails::AXEventNotificationDetails()
: event_type(ui::AX_EVENT_NONE),
id(-1),
ax_tree_id(-1) {
}
AXEventNotificationDetails::AXEventNotificationDetails(
const AXEventNotificationDetails& other) = default;
AXEventNotificationDetails::~AXEventNotificationDetails() {}
} // namespace content