| Index: content/browser/accessibility/browser_accessibility.h
|
| diff --git a/content/browser/accessibility/browser_accessibility.h b/content/browser/accessibility/browser_accessibility.h
|
| index 32244423165144817853aee31cd4723c42df7f77..4c8889086c09e72164da3524242bf4615c79cf26 100644
|
| --- a/content/browser/accessibility/browser_accessibility.h
|
| +++ b/content/browser/accessibility/browser_accessibility.h
|
| @@ -330,9 +330,12 @@ class CONTENT_EXPORT BrowserAccessibility {
|
| // Returns true if the bit corresponding to the given state enum is 1.
|
| bool HasState(ui::AXState state_enum) const;
|
|
|
| - // Returns true if this node is an cell or an table header.
|
| + // Returns true if this node is a cell or a table header.
|
| bool IsCellOrTableHeaderRole() const;
|
|
|
| + // Returns true if this node is a table, a grid or a treegrid.
|
| + bool IsTableOrGridOrTreeGridRole() const;
|
| +
|
| // Returns true if the caret is active on this object.
|
| bool HasCaret() const;
|
|
|
|
|