mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 1afe81135def (bug 1181028) for android build bustage CLOSED TREE
This commit is contained in:
parent
507071473d
commit
153e033882
@ -439,11 +439,7 @@ CreateBoxShadow(DrawTarget& aDT, SourceSurface* aBlurMask, const gfxRGBA& aShado
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
if (boxShadowDT->GetType() != aDT.GetType()) {
|
||||
printf_stderr("Box shadow type: %hhdi, dest draw target type: %hhdi\n",
|
||||
boxShadowDT->GetType(), aDT.GetType());
|
||||
MOZ_ASSERT(false, "Box shadows are incorrect type\n");
|
||||
}
|
||||
MOZ_ASSERT(boxShadowDT->GetType() == aDT.GetType());
|
||||
|
||||
ColorPattern shadowColor(ToDeviceColor(aShadowColor));
|
||||
boxShadowDT->MaskSurface(shadowColor, aBlurMask, Point(0, 0));
|
||||
|
Loading…
Reference in New Issue
Block a user