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

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

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 db4a61fb445ef632053053dee3bf09b142958cb9..36f536f31040d4029de85ed425d10bfb8769e9c0 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXTable.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXTable.h
@@ -68,8 +68,6 @@ public:
unsigned columnCount();
unsigned rowCount();
- String deprecatedTitle(TextUnderElementMode) const final;
-
// all the cells in the table
void cells(AXObjectVector&);
AXTableCell* cellForColumnAndRow(unsigned column, unsigned row);

Powered by Google App Engine
This is Rietveld 408576698