зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset c59ee68b1917 (bug 1022612)
This commit is contained in:
Родитель
f6066a44ab
Коммит
ad58868a0e
|
@ -3025,6 +3025,7 @@ nsLayoutUtils::PaintFrame(nsRenderingContext* aRenderingContext, nsIFrame* aFram
|
|||
nsIWidget *widget = aFrame->GetNearestWidget();
|
||||
if (widget) {
|
||||
nsRegion excludedRegion = builder.GetExcludedGlassRegion();
|
||||
excludedRegion.Sub(excludedRegion, visibleRegion);
|
||||
nsIntRegion windowRegion(excludedRegion.ToNearestPixels(presContext->AppUnitsPerDevPixel()));
|
||||
widget->UpdateOpaqueRegion(windowRegion);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче