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

Unified Diff: content/browser/accessibility/browser_accessibility.h

Issue 25943003: Support accessible inline text boxes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698