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

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

Issue 2589273002: Add sparse accessibility attribute interface to Blink (Closed)
Patch Set: Address feedback Created 3 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
Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
index 23e4d8cb4e48d365bc767e81e10e4411965042d3..3380b4f13610ef8cc1fd5a682f097641efec0080 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
@@ -118,8 +118,6 @@ class MODULES_EXPORT AXLayoutObject : public AXNodeObject {
String stringValue() const override;
// ARIA attributes.
- void ariaFlowToElements(AXObjectVector&) const override;
- void ariaControlsElements(AXObjectVector&) const override;
void ariaDescribedbyElements(AXObjectVector&) const override;
void ariaLabelledbyElements(AXObjectVector&) const override;
void ariaOwnsElements(AXObjectVector&) const override;
« no previous file with comments | « third_party/WebKit/Source/core/dom/QualifiedName.h ('k') | third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698