mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Only RenderView calls this method. The actual tree walk happens in RenderLayer::hitTestLayer, which a followup patch will move into RenderBox. R=abarth@chromium.org Review URL: https://codereview.chromium.org/939483005