[webkit-changes] [WebKit/WebKit] f379bd: [IFC] BoxGeometry::m_contentWidth/height should re...
Alan Baradlay
noreply at github.com
Fri Jul 14 10:32:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f379bd5b7addeea37a1624496d4214c89cb6f8f2
https://github.com/WebKit/WebKit/commit/f379bd5b7addeea37a1624496d4214c89cb6f8f2
Author: Alan Baradlay <zalan at apple.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M Source/WebCore/layout/layouttree/LayoutBoxGeometry.cpp
M Source/WebCore/layout/layouttree/LayoutBoxGeometry.h
Log Message:
-----------
[IFC] BoxGeometry::m_contentWidth/height should read m_contentBoxWidth/height
https://bugs.webkit.org/show_bug.cgi?id=259217
Reviewed by Antti Koivisto.
* Source/WebCore/layout/layouttree/LayoutBoxGeometry.h:
(WebCore::Layout::BoxGeometry::setHasValidContentBoxHeight):
(WebCore::Layout::BoxGeometry::setHasValidContentBoxWidth):
(WebCore::Layout::BoxGeometry::setContentBoxHeight):
(WebCore::Layout::BoxGeometry::setContentBoxWidth):
(WebCore::Layout::BoxGeometry::setContentBoxSize):
(WebCore::Layout::BoxGeometry::contentBoxHeight const):
(WebCore::Layout::BoxGeometry::contentBoxWidth const):
(WebCore::Layout::BoxGeometry::geometryForWritingModeAndDirection const):
(WebCore::Layout::BoxGeometry::setHasValidContentHeight): Deleted.
(WebCore::Layout::BoxGeometry::setHasValidContentWidth): Deleted.
Canonical link: https://commits.webkit.org/266067@main
More information about the webkit-changes
mailing list