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

Unified Diff: Source/modules/accessibility/AXTableCell.h

Issue 833083012: Adding isTableHeaderCell method. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXTableCell.h
diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
index 897f294473d390387a6524ce2a458e2a64269c21..f8fdd6ec628ca48fee55c618cb501023735cea82 100644
--- a/Source/modules/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -57,6 +57,7 @@ protected:
virtual AccessibilityRole determineAccessibilityRole() override final;
private:
+ bool isTableHeaderCell() const;
AccessibilityRole scanToDecideHeaderRole();
// If a table cell is not exposed as a table cell, a TH element can serve as its title UI element.
virtual AXObject* titleUIElement() const override final;
« no previous file with comments | « no previous file | Source/modules/accessibility/AXTableCell.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698