зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1554832 - Only force a default background color for the cross-process root content document. r=rhunt
Depends on D34099 Differential Revision: https://phabricator.services.mozilla.com/D34100 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
93d89e035e
Коммит
ff1b844924
|
@ -5165,7 +5165,7 @@ void PresShell::UpdateCanvasBackground() {
|
|||
mPresContext, bgStyle, rootStyleFrame, drawBackgroundImage,
|
||||
drawBackgroundColor);
|
||||
mHasCSSBackgroundColor = drawBackgroundColor;
|
||||
if (mPresContext->IsRootContentDocument() &&
|
||||
if (mPresContext->IsRootContentDocumentCrossProcess() &&
|
||||
!IsTransparentContainerElement(mPresContext)) {
|
||||
mCanvasBackgroundColor = NS_ComposeColors(
|
||||
GetDefaultBackgroundColorToDraw(), mCanvasBackgroundColor);
|
||||
|
|
Загрузка…
Ссылка в новой задаче