[webkit-changes] [WebKit/WebKit] 5102c8: Fix warnings in GPU Process code when RELEASE_LOG_...

Don Olmstead noreply at github.com
Tue Jul 11 09:53:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5102c8f298fbb6606f64483c029c8bc2d2e37d02
      https://github.com/WebKit/WebKit/commit/5102c8f298fbb6606f64483c029c8bc2d2e37d02
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
    M Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.cpp

  Log Message:
  -----------
  Fix warnings in GPU Process code when RELEASE_LOG_DISABLED
https://bugs.webkit.org/show_bug.cgi?id=259003

Reviewed by Chris Dumez.

Guard code with checks for whether `RELEASE_LOG_DISABLED` is enabled.

* Source/WebKit/WebProcess/GPU/graphics/RemoteDisplayListRecorderProxy.cpp:
(WebKit::RemoteDisplayListRecorderProxy::send):
(WebKit::RemoteDisplayListRecorderProxy::sendSync):
* Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.cpp:
(WebKit::RemoteImageBufferProxy::ensureBackendCreated const):

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




More information about the webkit-changes mailing list