зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 28f0e71b6292
This commit is contained in:
Родитель
1bf44ebad6
Коммит
df468ba93d
|
@ -903,7 +903,7 @@ ProxyAccessible::TakeFocus()
|
|||
unused << mDoc->SendTakeFocus(mID);
|
||||
}
|
||||
|
||||
int32_t
|
||||
ssize_t
|
||||
ProxyAccessible::IndexOfEmbeddedChild(const ProxyAccessible* aChild)
|
||||
{
|
||||
uint64_t childID = aChild->mID;
|
||||
|
|
|
@ -47,7 +47,7 @@ public:
|
|||
|
||||
// XXX evaluate if this is fast enough.
|
||||
size_t IndexInParent() const { return mParent->mChildren.IndexOf(this); }
|
||||
int32_t IndexOfEmbeddedChild(const ProxyAccessible*);
|
||||
ssize_t IndexOfEmbeddedChild(const ProxyAccessible*);
|
||||
bool MustPruneChildren() const;
|
||||
|
||||
void Shutdown();
|
||||
|
|
Загрузка…
Ссылка в новой задаче