[webkit-changes] [WebKit/WebKit] ee489d: [Skia] Fix support for custom cursors with GTK
Patrick
noreply at github.com
Wed Mar 27 08:18:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ee489d263ec64f9183dba00baba1b9feb9ec01a5
https://github.com/WebKit/WebKit/commit/ee489d263ec64f9183dba00baba1b9feb9ec01a5
Author: Patrick Griffis <pgriffis at igalia.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M Source/WebCore/platform/graphics/gtk/GdkSkiaUtilities.cpp
M Source/WebCore/platform/graphics/gtk/GdkSkiaUtilities.h
M Source/WebCore/platform/graphics/gtk/ImageAdapterGtk.cpp
M Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
M Source/WebCore/platform/gtk/CursorGtk.cpp
Log Message:
-----------
[Skia] Fix support for custom cursors with GTK
https://bugs.webkit.org/show_bug.cgi?id=271613
Reviewed by Adrian Perez de Castro.
* Source/WebCore/platform/graphics/gtk/GdkSkiaUtilities.cpp:
(WebCore::skiaImageToGdkPixbuf):
* Source/WebCore/platform/graphics/gtk/GdkSkiaUtilities.h:
* Source/WebCore/platform/graphics/gtk/ImageAdapterGtk.cpp:
(WebCore::ImageAdapter::gdkPixbuf):
(WebCore::ImageAdapter::gdkTexture):
* Source/WebCore/platform/gtk/CursorGtk.cpp:
(WebCore::createCustomCursor):
destroy notify was not being called.
* Source/WebCore/platform/graphics/skia/GraphicsContextSkia.cpp:
(WebCore::GraphicsContextSkia::~GraphicsContextSkia):
Canonical link: https://commits.webkit.org/276737@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list