[webkit-changes] [WebKit/WebKit] 6f3d38: Fix typo in WC class names

Don Olmstead noreply at github.com
Wed Jun 7 16:36:47 PDT 2023


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

  Changed paths:
    M Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.cpp
    M Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.h
    M Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in
    M Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp
    M Source/WebKit/GPUProcess/graphics/wc/WCScene.h
    M Source/WebKit/WebProcess/GPU/graphics/wc/RemoteWCLayerTreeHostProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/wc/RemoteWCLayerTreeHostProxy.h
    M Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp
    M Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.h
    M Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.cpp
    M Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.h
    R Source/WebKit/WebProcess/WebPage/wc/WCUpateInfo.h
    A Source/WebKit/WebProcess/WebPage/wc/WCUpdateInfo.h

  Log Message:
  -----------
  Fix typo in WC class names
https://bugs.webkit.org/show_bug.cgi?id=257835

Reviewed by Fujii Hironori.

Rename `WCUpateInfo` -> `WCUpdateInfo` and `WCLayerUpateInfo` ->
`WCLayerUpdateInfo`. Rename the file as well.

* Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.cpp:
(WebKit::RemoteWCLayerTreeHost::update):
* Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.h:
* Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in:
* Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp:
(WebKit::WCScene::update):
* Source/WebKit/GPUProcess/graphics/wc/WCScene.h:
* Source/WebKit/WebProcess/GPU/graphics/wc/RemoteWCLayerTreeHostProxy.cpp:
(WebKit::RemoteWCLayerTreeHostProxy::update):
* Source/WebKit/WebProcess/GPU/graphics/wc/RemoteWCLayerTreeHostProxy.h:
* Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp:
(WebKit::flushLayerImageBuffers):
(WebKit::DrawingAreaWC::commitLayerUpdateInfo):
(WebKit::DrawingAreaWC::commitLayerUpateInfo): Deleted.
* Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.h:
* Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.cpp:
(WebKit::GraphicsLayerWC::flushCompositingStateForThisLayerOnly):
* Source/WebKit/WebProcess/WebPage/wc/GraphicsLayerWC.h:
* Source/WebKit/WebProcess/WebPage/wc/WCUpdateInfo.h: Renamed from Source/WebKit/WebProcess/WebPage/wc/WCUpateInfo.h.
(WebKit::WCLayerUpdateInfo::decode):
(WebKit::WCUpdateInfo::decode):

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




More information about the webkit-changes mailing list