summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/gdi/outdev2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index 74236bb18034..dfbba665258e 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -858,7 +858,7 @@ void OutputDevice::DrawTransformedBitmapEx(
{
// parts will be uncovered, extend aTransformed with a mask bitmap
const Bitmap aContent(aTransformed.GetBitmap());
-#if defined(MACOSX)
+#if defined(MACOSX) || defined(IOS)
AlphaMask aMaskBmp(aContent.GetSizePixel());
aMaskBmp.Erase(0);
#else