зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1274282 - Add exception guards to nsChildView::PrepareWindowEffects(). r=spohl
MozReview-Commit-ID: De3grs2BF4E --HG-- extra : rebase_source : a22d67a377962d4e66dc56e1e11269f932ca62ad
This commit is contained in:
Родитель
7c8d0f9c75
Коммит
e1571acd05
|
@ -1948,6 +1948,8 @@ nsChildView::RectContainingTitlebarControls()
|
||||||
void
|
void
|
||||||
nsChildView::PrepareWindowEffects()
|
nsChildView::PrepareWindowEffects()
|
||||||
{
|
{
|
||||||
|
NS_OBJC_BEGIN_TRY_ABORT_BLOCK;
|
||||||
|
|
||||||
MutexAutoLock lock(mEffectsLock);
|
MutexAutoLock lock(mEffectsLock);
|
||||||
mShowsResizeIndicator = ShowsResizeIndicator(&mResizeIndicatorRect);
|
mShowsResizeIndicator = ShowsResizeIndicator(&mResizeIndicatorRect);
|
||||||
mHasRoundedBottomCorners = [(ChildView*)mView hasRoundedBottomCorners];
|
mHasRoundedBottomCorners = [(ChildView*)mView hasRoundedBottomCorners];
|
||||||
|
@ -1960,6 +1962,8 @@ nsChildView::PrepareWindowEffects()
|
||||||
mTitlebarRect = RectContainingTitlebarControls();
|
mTitlebarRect = RectContainingTitlebarControls();
|
||||||
UpdateTitlebarCGContext();
|
UpdateTitlebarCGContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NS_OBJC_END_TRY_ABORT_BLOCK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Загрузка…
Ссылка в новой задаче