[webkit-changes] [WebKit/WebKit] b0f2b6: Rename FrameViewLayoutContext to LocalFrameViewLay...

Chris Dumez noreply at github.com
Thu Mar 16 14:31:38 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b0f2b6b2e020c3a258e179d1039da5c6f3a67892
      https://github.com/WebKit/WebKit/commit/b0f2b6b2e020c3a258e179d1039da5c6f3a67892
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M Source/WebCore/Headers.cmake
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    R Source/WebCore/page/FrameViewLayoutContext.cpp
    R Source/WebCore/page/FrameViewLayoutContext.h
    M Source/WebCore/page/LocalFrameView.cpp
    M Source/WebCore/page/LocalFrameView.h
    A Source/WebCore/page/LocalFrameViewLayoutContext.cpp
    A Source/WebCore/page/LocalFrameViewLayoutContext.h
    M Source/WebCore/rendering/LegacyLineLayout.cpp
    M Source/WebCore/rendering/LegacyLineLayout.h
    M Source/WebCore/rendering/RenderLayoutState.cpp
    M Source/WebCore/rendering/RenderLayoutState.h
    M Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
    M Source/WebCore/rendering/updating/RenderTreeUpdater.cpp

  Log Message:
  -----------
  Rename FrameViewLayoutContext to LocalFrameViewLayoutContext
https://bugs.webkit.org/show_bug.cgi?id=253970

Reviewed by Alex Christensen.

Rename FrameViewLayoutContext to LocalFrameViewLayoutContext, as it is
associated with a LocalFrameView.

* Source/WebCore/*:

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




More information about the webkit-changes mailing list