| 3756 | } |
| 3757 | } |
| 3758 | } |
| 3759 | |
| 3760 | ViewNode* ViewNode::hitTestAccessibilityChildren(const Point& parentDirectionDependentVisual) { |
| 3761 | auto frame = getCalculatedFrame(); |
| 3762 | if (!frame.contains(parentDirectionDependentVisual)) { |
| 3763 | return nullptr; |
nothing calls this directly
no test coverage detected