Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2a7c5c6ac9b7deb729c7f348a2014e7994ccbeea
https://github.com/WebKit/WebKit/commit/2a7c5c6ac9b7deb729c7f348a2014e7994ccbeea
Author: Sammy Gill <[email protected]>
Date: 2026-01-06 (Tue, 06 Jan 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/FormattingGeometry.cpp
M Source/WebCore/layout/formattingContexts/grid/PlacedGridItem.h
M Source/WebCore/layout/formattingContexts/inline/InlineLevelBox.h
M Source/WebCore/rendering/AutoTableLayout.cpp
M Source/WebCore/rendering/FixedTableLayout.cpp
M Source/WebCore/rendering/RenderTableCellInlines.h
M Source/WebCore/rendering/RenderTheme.cpp
M Source/WebCore/rendering/TextAutoSizing.cpp
M Source/WebCore/rendering/cocoa/RenderThemeCocoa.mm
M Source/WebCore/rendering/style/RenderStyle.cpp
M Source/WebCore/style/StyleAdjuster.cpp
M Source/WebCore/style/StyleExtractorCustom.h
M Source/WebCore/style/calc/StyleCalculationTree+Evaluation.cpp
M Source/WebCore/style/computed/StyleComputedStyleBase+GettersInlines.h
M Source/WebCore/style/values/inline/StyleLineHeight.cpp
M Source/WebCore/style/values/primitives/StyleLengthResolution.cpp
M Source/WebCore/style/values/viewport/StyleZoomPrimitives.h
Log Message:
-----------
Style::ZoomFactor::deviceScaleFactor is unused
https://bugs.webkit.org/show_bug.cgi?id=304991
rdar://167632286
Reviewed by Vitor Roriz.
We currently need a deviceScaleFactor in order to create a ZoomFactor,
but we never end up using it anywhere. We previously used it for
LineWidth but unfortunately that is no longer the case as of
301536@main. We can remove it from this struct for now and add it back
in once we need it. This ends up removing some unnecessary calls into
InheritedRareData that end up occurring because we need it to create the
ZoomFactor.
Canonical link: https://commits.webkit.org/305180@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications