[webkit-changes] [WebKit/WebKit] c06995: [WPE][DRM] wpeDisplayDRMGetDRMRenderNode() ignores...
Nikolas Zimmermann
noreply at github.com
Fri May 17 07:58:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c06995ebd35c3b744b6ee3dfa0ec1ac7c80e3c17
https://github.com/WebKit/WebKit/commit/c06995ebd35c3b744b6ee3dfa0ec1ac7c80e3c17
Author: Nikolas Zimmermann <nzimmermann at igalia.com>
Date: 2024-05-17 (Fri, 17 May 2024)
Changed paths:
M Source/WebKit/WPEPlatform/wpe/drm/WPEDisplayDRM.cpp
Log Message:
-----------
[WPE][DRM] wpeDisplayDRMGetDRMRenderNode() ignores non-null drmRenderNode, still returning drmDevice"
https://bugs.webkit.org/show_bug.cgi?id=273758
Reviewed by Carlos Garcia Campos.
wpeDisplayDRMGetDRMRenderNode() is missing a return statement, and thus never
returns drmRenderNode, even if it's non-null and supposed to override the
default drmDevice - fix that.
Covered by existing tests.
* Source/WebKit/WPEPlatform/wpe/drm/WPEDisplayDRM.cpp:
(wpeDisplayDRMGetDRMRenderNode):
Canonical link: https://commits.webkit.org/278910@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