зеркало из https://github.com/mozilla/pjs.git
Backed out changeset 90a30ea68797
This commit is contained in:
Родитель
713b61d155
Коммит
d82851aab1
|
@ -2781,6 +2781,7 @@ PresShell::NotifyDestroyingFrame(nsIFrame* aFrame)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// note that this can return a null caret, but NS_OK
|
||||||
already_AddRefed<nsCaret> PresShell::GetCaret()
|
already_AddRefed<nsCaret> PresShell::GetCaret()
|
||||||
{
|
{
|
||||||
nsCaret* caret = mCaret;
|
nsCaret* caret = mCaret;
|
||||||
|
@ -2788,7 +2789,7 @@ already_AddRefed<nsCaret> PresShell::GetCaret()
|
||||||
return caret;
|
return caret;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PresShell::MaybeInvalidateCaretPosition()
|
NS_IMETHODIMP_(void) PresShell::MaybeInvalidateCaretPosition()
|
||||||
{
|
{
|
||||||
if (mCaret) {
|
if (mCaret) {
|
||||||
mCaret->InvalidateOutsideCaret();
|
mCaret->InvalidateOutsideCaret();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче