Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c06995ebd35c3b744b6ee3dfa0ec1ac7c80e3c17
      
https://github.com/WebKit/WebKit/commit/c06995ebd35c3b744b6ee3dfa0ec1ac7c80e3c17
  Author: Nikolas Zimmermann <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to