Skip to content

Commit

Permalink
Bug 1518253 - Add accessibles to focus path hash table in non-e10s. r…
Browse files Browse the repository at this point in the history
…=MarcoZ

Differential Revision: https://phabricator.services.mozilla.com/D15858

--HG--
extra : moz-landing-system : lando
  • Loading branch information
eeejay committed Jan 8, 2019
1 parent 514145c commit dfa5c93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accessible/android/DocAccessibleWrap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ void DocAccessibleWrap::CacheFocusPath(AccessibleWrap* aAccessible) {
for (AccessibleWrap* acc = aAccessible; acc && acc != this->Parent();
acc = static_cast<AccessibleWrap*>(acc->Parent())) {
accessibles.AppendElement(acc);
mFocusPath.Put(acc->UniqueID(), acc);
}

sessionAcc->ReplaceFocusPathCache(accessibles);
Expand Down

0 comments on commit dfa5c93

Please sign in to comment.