| Index: content/browser/accessibility/browser_accessibility.h
|
| diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
|
| index a52075128a519077ae5ef2a2e1e7a81bc1261e58..fec4d292dea30b329bc81cac8fc7400fb6603862 100644
|
| --- a/content/browser/accessibility/browser_accessibility.h
|
| +++ b/content/browser/accessibility/browser_accessibility.h
|
| @@ -62,6 +62,11 @@ class CONTENT_EXPORT BrowserAccessibility {
|
| // cross-platform generic object.
|
| virtual bool IsNative() const;
|
|
|
| + // Returns true if this is a leaf node on this platform, meaning any
|
| + // children should not be exposed to this platform's native accessibility
|
| + // layer.
|
| + virtual bool IsLeaf() const;
|
| +
|
| // Initialize the tree structure of this object.
|
| void InitializeTreeStructure(
|
| BrowserAccessibilityManager* manager,
|
|
|