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

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

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Fix mac tests Created 3 years, 8 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 89cafa8a6fb304133384c2f3f557c82f20881b9c..e16474cdd7d4b8bfb4339d2198ec2ed15a2ec86b 100644
--- a/content/browser/accessibility/browser_accessibility.h
+++ b/content/browser/accessibility/browser_accessibility.h
@@ -362,7 +362,7 @@ class CONTENT_EXPORT BrowserAccessibility : public ui::AXPlatformNodeDelegate {
bool IsCellOrTableHeaderRole() const;
// Returns true if this node is a table, a grid or a treegrid.
- bool IsTableOrGridOrTreeGridRole() const;
+ bool IsTableLikeRole() const;
// Returns true if the caret is active on this object.
bool HasCaret() const;

Powered by Google App Engine
This is Rietveld 408576698