summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h')
-rw-r--r--chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h b/chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h
index b3768b6c445..9873147ecc5 100644
--- a/chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h
+++ b/chromium/third_party/blink/renderer/modules/accessibility/ax_node_object.h
@@ -216,11 +216,6 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
// Position in set and Size of set
int PosInSet() const override;
int SetSize() const override;
- // Compute the number of siblings that have the same role before |this|,
- // following rules for counting the number of items in a set.
- int AutoPosInSet() const;
- // Compute the number of unignored siblings with the same role as |this|.
- int AutoSetSize() const;
// Aria-owns.
void ComputeAriaOwnsChildren(