blob: b35ecb956006ba35656cb0d34f457399f9c042c8 [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 "ui/accessibility/platform/ax_platform_node.h"
#include "base/containers/hash_tables.h"
#include "base/lazy_instance.h"
#include "build/build_config.h"
#include "ui/accessibility/ax_node_data.h"
#include "ui/accessibility/platform/ax_platform_node_delegate.h"
namespace ui {
AXPlatformNode::AXPlatformNode() {}
AXPlatformNode::~AXPlatformNode() {
}
void AXPlatformNode::Destroy() {
}
} // namespace ui