Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: ui/accessibility/platform/ax_platform_node.cc

Issue 1550483002: Switch to standard integer types in ui/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-ui-events
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/accessibility/platform/ax_platform_node.h" 5 #include "ui/accessibility/platform/ax_platform_node.h"
6 6
7 #include "build/build_config.h"
7 #include "ui/accessibility/ax_node_data.h" 8 #include "ui/accessibility/ax_node_data.h"
8 #include "ui/accessibility/platform/ax_platform_node_delegate.h" 9 #include "ui/accessibility/platform/ax_platform_node_delegate.h"
9 10
10 namespace ui { 11 namespace ui {
11 12
12 #if !defined(PLATFORM_HAS_AX_PLATFORM_NODE_IMPL) 13 #if !defined(PLATFORM_HAS_AX_PLATFORM_NODE_IMPL)
13 // static 14 // static
14 AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) { 15 AXPlatformNode* AXPlatformNode::Create(AXPlatformNodeDelegate* delegate) {
15 return nullptr; 16 return nullptr;
16 } 17 }
(...skipping 10 matching lines...) Expand all
27 } 28 }
28 #endif 29 #endif
29 30
30 AXPlatformNode::AXPlatformNode() { 31 AXPlatformNode::AXPlatformNode() {
31 } 32 }
32 33
33 AXPlatformNode::~AXPlatformNode() { 34 AXPlatformNode::~AXPlatformNode() {
34 } 35 }
35 36
36 } // namespace ui 37 } // namespace ui
OLDNEW
« no previous file with comments | « ui/accessibility/platform/ax_platform_node.h ('k') | ui/accessibility/platform/ax_platform_node_auralinux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698