summaryrefslogtreecommitdiffstats
path: root/views/controls/tree/tree_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/tree/tree_view.h')
-rw-r--r--views/controls/tree/tree_view.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/views/controls/tree/tree_view.h b/views/controls/tree/tree_view.h
index cc2c8a1..177fc40 100644
--- a/views/controls/tree/tree_view.h
+++ b/views/controls/tree/tree_view.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -78,6 +78,10 @@ class TreeView : public NativeControl, TreeModelObserver {
lines_at_root_ = lines_at_root;
}
+ // Overridden from View:
+ virtual bool GetAccessibleRole(AccessibilityTypes::Role* role);
+ virtual bool GetAccessibleState(AccessibilityTypes::State* state);
+
// Edits the specified node. This cancels the current edit and expands
// all parents of node.
void StartEditing(TreeModelNode* node);