[Libreoffice-commits] core.git: vcl/skia

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 07:42:15 UTC 2020


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

New commits:
commit b629d98e6f9fc71ee0f43a973cf9cbb85148f073
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Feb 25 17:24:08 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Feb 26 08:41:36 2020 +0100

    loplugin:nullptr (clang-cl)
    
    Change-Id: I0d40f6ee515430f2d32fb7d3bcc193273d36c016
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89469
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/skia/win/gdiimpl.cxx b/vcl/skia/win/gdiimpl.cxx
index 4d726ec2d215..3c034856e7aa 100644
--- a/vcl/skia/win/gdiimpl.cxx
+++ b/vcl/skia/win/gdiimpl.cxx
@@ -297,7 +297,7 @@ std::unique_ptr<sk_app::WindowContext> createVulkanWindowContext()
 {
     SkiaZone zone;
     sk_app::DisplayParams displayParams;
-    return sk_app::window_context_factory::MakeVulkanForWin(0, displayParams);
+    return sk_app::window_context_factory::MakeVulkanForWin(nullptr, displayParams);
 }
 
 struct SetFunction


More information about the Libreoffice-commits mailing list