зеркало из https://github.com/mozilla/gecko-dev.git
1dc833a28d
This required renaming LocalAccessible::GetEmbeddedChildAt to EmbeddedChildAt. LocalAccessible::EmbeddedChildAt uses a covariant return type to return a LocalAccessible* while still overriding the base method (which returns Accessible*). Unfortunately, this can't be done for RemoteAccessible, since the Derived type isn't complete in time due to the templating. There was only one caller of RemoteAccessible::EmbeddedChildAt, so I just changed it to call AsRemote. Eventually, even that caller will use the unified tree anyway. Differential Revision: https://phabricator.services.mozilla.com/D128550 |
||
---|---|---|
.. | ||
extension | ||
other | ||
win | ||
DocAccessibleChildBase.cpp | ||
DocAccessibleChildBase.h | ||
DocAccessibleParent.cpp | ||
DocAccessibleParent.h | ||
DocAccessibleTypes.ipdlh | ||
IPCTypes.h | ||
RemoteAccessibleBase.cpp | ||
RemoteAccessibleBase.h | ||
RemoteAccessibleShared.h | ||
moz.build |