зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1719389 - Null check correct DrawTarget. r=miko
Differential Revision: https://phabricator.services.mozilla.com/D119241
This commit is contained in:
Родитель
677adecb5d
Коммит
c61a06c5db
|
@ -6222,7 +6222,7 @@ void nsDisplayBlendMode::Paint(nsDisplayListBuilder* aBuilder,
|
||||||
|
|
||||||
RefPtr<DrawTarget> temp =
|
RefPtr<DrawTarget> temp =
|
||||||
dt->CreateClippedDrawTarget(deviceRect, SurfaceFormat::B8G8R8A8);
|
dt->CreateClippedDrawTarget(deviceRect, SurfaceFormat::B8G8R8A8);
|
||||||
if (!dt) {
|
if (!temp) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче