[Libreoffice-commits] core.git: vcl/skia
LuboÅ¡ LuÅák (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 23 06:45:36 UTC 2020
vcl/skia/gdiimpl.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a3a17c8dcd860506781b28b14c3df7036eaaaba
Author: Luboš Luňák <l.lunak at collabora.com>
AuthorDate: Tue Sep 22 17:12:01 2020 +0200
Commit: Luboš Luňák <l.lunak at 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.lunak at 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()));
}
More information about the Libreoffice-commits
mailing list