Chromium Code Reviews| Index: Source/core/accessibility/AXNodeObject.h |
| diff --git a/Source/core/accessibility/AXNodeObject.h b/Source/core/accessibility/AXNodeObject.h |
| index 8aadaccdd2101954985886d328b4ae16a2d1844b..7612d087a0331ee083395a1f5fe8153e11cf6e62 100644 |
| --- a/Source/core/accessibility/AXNodeObject.h |
| +++ b/Source/core/accessibility/AXNodeObject.h |
| @@ -194,6 +194,7 @@ private: |
| void ariaLabeledByText(Vector<AccessibilityText>&) const; |
| void changeValueByPercent(float percentChange); |
| float stepValueForRange() const; |
| + AXObject* searchAXObjectFromChild(const HTMLQualifiedName&) const; |
|
dmazzoni
2014/11/12 06:03:03
Great idea for a helper function - I'd call it som
je_julie(Not used)
2014/11/12 13:07:04
Thanks!
|
| }; |
| DEFINE_AX_OBJECT_TYPE_CASTS(AXNodeObject, isAXNodeObject()); |