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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXTable.h

Issue 2825803002: Expose internal treegrid role, do some cleanup for table/grid/treegrid handling (Closed)
Patch Set: Expose table properties for <table role=grid> 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: third_party/WebKit/Source/modules/accessibility/AXTable.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXTable.h b/third_party/WebKit/Source/modules/accessibility/AXTable.h
index db12ecfd966c03dfdb6ff83713aa4aec456a2f90..f9c902403b045a03d6dacf7af44e1c08b89a7740 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTable.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTable.h
@@ -54,7 +54,7 @@ class MODULES_EXPORT AXTable : public AXLayoutObject {
bool IsAXTable() const final;
bool IsDataTable() const final;
- AccessibilityRole RoleValue() const final;
+ AccessibilityRole RoleValue() const;
void AddChildren() override;
void ClearChildren() final;

Powered by Google App Engine
This is Rietveld 408576698