[webkit-changes] [WebKit/WebKit] 93d548: Fix compilation of PaintCompositedResultsToVideoFr...

Don Olmstead noreply at github.com
Sat Apr 22 05:55:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 93d548d2c61544b02e6b1ee154e8416224d9406c
      https://github.com/WebKit/WebKit/commit/93d548d2c61544b02e6b1ee154e8416224d9406c
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-04-22 (Sat, 22 Apr 2023)

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in
    M Source/WebKit/WebProcess/GPU/graphics/wc/RemoteGraphicsContextGLProxyWC.cpp
    M Tools/Scripts/generate-gpup-webgl

  Log Message:
  -----------
  Fix compilation of PaintCompositedResultsToVideoFrame message
https://bugs.webkit.org/show_bug.cgi?id=255817

Reviewed by Myles C. Maxfield.

The implementation of `paintCompositedResultsToVideoFrame` is guarded
by `ENABLE(MEDIA_STREAM) || ENABLE(WEB_CODECS)` so compilation of Web
Codecs failed on Windows. Remove the implementation in
`RemoteGraphicsContextGLProxyWC` as its implemented in a parent class.

* Source/WebKit/GPUProcess/graphics/RemoteGraphicsContextGL.messages.in:
* Source/WebKit/WebProcess/GPU/graphics/wc/RemoteGraphicsContextGLProxyWC.cpp:
* Tools/Scripts/generate-gpup-webgl:

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




More information about the webkit-changes mailing list