vcl/skia/gdiimpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6a3a17c8dcd860506781b28b14c3df7036eaaaba
Author:     Luboš Luňák <l.lu...@collabora.com>
AuthorDate: Tue Sep 22 17:12:01 2020 +0200
Commit:     Luboš Luňák <l.lu...@collabora.com>
CommitDate: Wed Sep 23 08:44:54 2020 +0200

    createSurface() should be enough if the surface doesn't exist yet
    
    Change-Id: Ic390b94e6140169d878b428c782e03c29cce0ea2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103184
    Tested-by: Jenkins
    Reviewed-by: Luboš Luňák <l.lu...@collabora.com>

diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index bf9fab349d1c..8f73db8411fa 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -421,7 +421,7 @@ void SkiaSalGraphicsImpl::checkSurface()
 {
     if (!mSurface)
     {
-        recreateSurface();
+        createSurface();
         SAL_INFO("vcl.skia.trace",
                  "create(" << this << "): " << Size(mSurface->width(), 
mSurface->height()));
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to