Skip direct map from apk check for Samsung Mega.
[chromium-blink-merge.git] / ui / accessibility / platform / ax_platform_node.cc
blob37b8ef41922ebd092c2980e676f20572b86cbc7f
1 // Copyright 2014 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.
5 #include "ui/accessibility/platform/ax_platform_node.h"
7 #include "ui/accessibility/ax_node_data.h"
8 #include "ui/accessibility/platform/ax_platform_node_delegate.h"
10 namespace ui {
12 #if !defined(OS_MACOSX)
13 // static
14 AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) {
15 return NULL;
17 #endif
19 AXPlatformNode::AXPlatformNode() {
22 AXPlatformNode::~AXPlatformNode() {
25 } // namespace ui