[webkit-changes] [WebKit/WebKit] 1ed9a7: Fix build with -DENABLE_GPU_PROCESS=ON in GPUConne...

Pablo Saavedra Rodiño noreply at github.com
Tue Nov 21 08:41:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1ed9a7f11ad3d0a692896bc3d863e95ed3edea6c
      https://github.com/WebKit/WebKit/commit/1ed9a7f11ad3d0a692896bc3d863e95ed3edea6c
  Author: Pablo Saavedra <psaavedra at igalia.com>
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/gbm/DMABufReleaseFlag.h

  Log Message:
  -----------
  Fix build with -DENABLE_GPU_PROCESS=ON in GPUConnectionToWebProcess.cpp
https://bugs.webkit.org/show_bug.cgi?id=265035

Reviewed by Carlos Alberto Lopez Perez.

Explicitly use global namespace for write function from <unistd.h>.
This avoids the conflict with the WebCore::write() defined in
WebCore/PrivateHeaders/WebCore/RenderTreeAsText.h.

* Source/WebCore/platform/graphics/gbm/DMABufReleaseFlag.h:

Canonical link: https://commits.webkit.org/271018@main




More information about the webkit-changes mailing list