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

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

Issue 1071483002: Implement aria properties setsize and posinset. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing Comments 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/AXNodeObject.h
diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
index 5a1dd645ff111108a3320b90f537e48a15ed8c9c..fbb9bfbbd441e64b7830e1b462bae66e07302163 100644
--- a/Source/modules/accessibility/AXNodeObject.h
+++ b/Source/modules/accessibility/AXNodeObject.h
@@ -195,6 +195,9 @@ protected:
virtual void textChanged() override;
virtual void updateAccessibilityRole() override final;
+ virtual int posInSet() const override;
+ virtual int setSize() const override;
+
private:
Node* m_node;

Powered by Google App Engine
This is Rietveld 408576698