mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
66746c1cfb
This patch extracts a HitTestingTreeNode from AsyncPanZoomController. The tree formed by these nodes is very similar in structure to the APZC tree that we had previously. The main difference is that we can have multiple HitTestingTreeNode instances per APZC; each HitTestingTreeNode corresponds to a different layer with the same metrics. This is a first step in extracting the hit-test data entirely from the AsyncPanZoomController class and having a 1:1 mapping with the layer tree. |
||
---|---|---|
.. | ||
crashtests | ||
gtest | ||
mochitest | ||
reftest | ||
unit | ||
moz.build |