зеркало из https://github.com/mozilla/gecko-dev.git
Bug 649666 Do not create container layers for scrollboxes with (0, 0) scrollRange r=roc
This commit is contained in:
Родитель
95cfe45230
Коммит
8569b07188
|
@ -1983,6 +1983,8 @@ nsGfxScrollFrameInner::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
|||
(XRE_GetProcessType() == GeckoProcessType_Content &&
|
||||
(styles.mHorizontal != NS_STYLE_OVERFLOW_HIDDEN ||
|
||||
styles.mVertical != NS_STYLE_OVERFLOW_HIDDEN) &&
|
||||
(scrollRange.width > 0 ||
|
||||
scrollRange.height > 0) &&
|
||||
(!mIsRoot || !mOuter->PresContext()->IsRootContentDocument()));
|
||||
|
||||
if (ShouldBuildLayer()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче