зеркало из https://github.com/mozilla/pjs.git
Bug 483841. Animated background images on visibility:hidden elements shouldn't cause any painting. r+sr=dbaron
--HG-- extra : rebase_source : de0ca0f1c37e7a47229f69ec1b375dd5c3202bb0
This commit is contained in:
Родитель
f561276b62
Коммит
299f47280f
|
@ -254,5 +254,7 @@ nsImageLoader::RedrawDirtyFrame(const nsRect* aDamageRect)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mFrame->Invalidate(bounds);
|
if (mFrame->GetStyleVisibility()->IsVisible()) {
|
||||||
|
mFrame->Invalidate(bounds);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче