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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXNodeObject.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/AXNodeObject.h
diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
index 327773d2f100929c86291944f348d402dedd79b4..7d03044e7b2f32ebdb999f8ab95743147b7ea0dc 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
+++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
@@ -96,6 +96,8 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
bool isDetached() const override { return !m_node; }
bool isAXNodeObject() const final { return true; }
+ void getSparseAXAttributes(AXSparseAttributeClient&) const override;
+
// Check object role or purpose.
bool isAnchor() const final;
bool isControl() const override;

Powered by Google App Engine
This is Rietveld 408576698