Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[RenderTreeBuilder] Move RenderElement::insertChildInternal() to Rend…
…erTreeBuilder https://bugs.webkit.org/show_bug.cgi?id=182885 <rdar://problem/37617371> Reviewed by Antti Koivisto. No change in functionality. * rendering/RenderElement.cpp: (WebCore::RenderElement::insertChildInternal): Deleted. * rendering/RenderObject.h: * rendering/updating/RenderTreeBuilder.cpp: (WebCore::RenderTreeBuilder::insertChildToRenderElement): Canonical link: https://commits.webkit.org/198650@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@228588 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
69 additions
and 56 deletions.
- +16 −0 Source/WebCore/ChangeLog
- +1 −1 Source/WebCore/rendering/RenderBoxModelObject.cpp
- +0 −37 Source/WebCore/rendering/RenderElement.cpp
- +0 −2 Source/WebCore/rendering/RenderElement.h
- +2 −3 Source/WebCore/rendering/RenderObject.h
- +41 −5 Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
- +1 −0 Source/WebCore/rendering/updating/RenderTreeBuilder.h
- +1 −1 Source/WebCore/rendering/updating/RenderTreeBuilderBlock.cpp
- +6 −6 Source/WebCore/rendering/updating/RenderTreeBuilderInline.cpp
- +1 −1 Source/WebCore/rendering/updating/RenderTreeBuilderRuby.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters