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

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

Issue 1076453004: Show reasons why nodes are ignored in accessibility sidebar (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 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: Source/modules/accessibility/AXTableCell.h
diff --git a/Source/modules/accessibility/AXTableCell.h b/Source/modules/accessibility/AXTableCell.h
index 0306e5fadf55ef3cbd7c2824c77784b345cdf14c..a889911fad531377533ee7c07dc1b29749590dc4 100644
--- a/Source/modules/accessibility/AXTableCell.h
+++ b/Source/modules/accessibility/AXTableCell.h
@@ -67,7 +67,7 @@ private:
// If a table cell is not exposed as a table cell, a TH element can serve as its title UI element.
virtual AXObject* deprecatedTitleUIElement() const override final;
virtual bool deprecatedExposesTitleUIElement() const override final { return true; }
- virtual bool computeAccessibilityIsIgnored() const override final;
+ virtual bool computeAccessibilityIsIgnored(PassRefPtr<TypeBuilder::Array<TypeBuilder::Accessibility::AXProperty>> = PassRefPtr<TypeBuilder::Array<TypeBuilder::Accessibility::AXProperty>>()) const override final;
};
DEFINE_AX_OBJECT_TYPE_CASTS(AXTableCell, isTableCell());

Powered by Google App Engine
This is Rietveld 408576698