[webkit-changes] [WebKit/WebKit] f61321: TextureMapperLayer: Split up multi-value setters s...

Fujii Hironori noreply at github.com
Fri Jan 26 15:21:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f6132113afc8dec16095629753f713cabfd988e9
      https://github.com/WebKit/WebKit/commit/f6132113afc8dec16095629753f713cabfd988e9
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-01-26 (Fri, 26 Jan 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
    M Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp
    M Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h
    M Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp
    M Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp

  Log Message:
  -----------
  TextureMapperLayer: Split up multi-value setters setDebugVisuals and setRepaintCounter
https://bugs.webkit.org/show_bug.cgi?id=268133

Reviewed by Carlos Garcia Campos.

setDebugVisuals and setRepaintCounter were setters set multiple member
variables. GraphicsLayerWC wants to set these properties individually
in GPU process to reduce a IPC message size. (bug#268119)

* Source/WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp:
* Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:
* Source/WebCore/platform/graphics/texmap/TextureMapperLayer.h:
* Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp:
* Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp:

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




More information about the webkit-changes mailing list