[webkit-changes] [WebKit/WebKit] a10260: Fix guard of BitmapTextureGL::updatePendingContents

Don Olmstead noreply at github.com
Mon Jun 5 07:15:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a10260adab757b09bcd444645b3eb8f5dce0b2fc
      https://github.com/WebKit/WebKit/commit/a10260adab757b09bcd444645b3eb8f5dce0b2fc
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2023-06-05 (Mon, 05 Jun 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.cpp

  Log Message:
  -----------
  Fix guard of BitmapTextureGL::updatePendingContents
https://bugs.webkit.org/show_bug.cgi?id=257670

Reviewed by Fujii Hironori.

The guard for `BitmapTextureGL::updatePendingContents` is `USE(ANGLE)`
not `ENABLE(WEBGL)`.

* Source/WebCore/platform/graphics/texmap/TextureMapperPlatformLayerBuffer.cpp:
(WebCore::TextureMapperPlatformLayerBuffer::paintToTextureMapper):

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




More information about the webkit-changes mailing list