mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +09:00
Issue #1053 - Remove MOZ_WIDGET_ANDROID and IDB_MOBILE
This commit is contained in:
parent
0ced696351
commit
348c6604be
43 changed files with 14 additions and 1048 deletions
|
|
@ -1854,10 +1854,8 @@ APZCTreeManager::FindRootContentOrRootApzc() const
|
|||
{
|
||||
mTreeLock.AssertCurrentThreadOwns();
|
||||
|
||||
// Note: this is intended to find the same "root" that would be found
|
||||
// by AsyncCompositionManager::ApplyAsyncContentTransformToTree inside
|
||||
// the MOZ_WIDGET_ANDROID block. That is, it should find the RCD node if there
|
||||
// is one, or the root APZC if there is not.
|
||||
// Note: this should find the RCD node if there is one, or the root APZC if
|
||||
// there is not.
|
||||
// Since BreadthFirstSearch is a pre-order search, we first do a search for
|
||||
// the RCD, and then if we don't find one, we do a search for the root APZC.
|
||||
HitTestingTreeNode* resultNode = BreadthFirstSearch<ReverseIterator>(mRootNode.get(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue