Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 58c9f33

Browse files
committed
Bug 1937785 - Fixed a typo in a comment in APZCTreeManager::ComputeFixedMarginsOffset. r=botond
Differential Revision: https://phabricator.services.mozilla.com/D232894
1 parent b18f1b1 commit 58c9f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gfx/layers/apz/src/APZCTreeManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3845,7 +3845,7 @@ void APZCTreeManager::SetFixedLayerMargins(ScreenIntCoord aTop,
38453845
ScreenPoint APZCTreeManager::ComputeFixedMarginsOffset(
38463846
const ScreenMargin& aCompositorFixedLayerMargins, SideBits aFixedSides,
38473847
const ScreenMargin& aGeckoFixedLayerMargins) const {
3848-
// If the software keybaord is visible and the interactive-widget is not
3848+
// If the software keyboard is visible and the interactive-widget is not
38493849
// resizes-content, we don't need to move the position:fixed or sticky
38503850
// elements at all.
38513851
if (mIsSoftwareKeyboardVisible &&

0 commit comments

Comments
 (0)