mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 07:47:32 +09:00
Issue #1705 - Part 1: Rename nsChangeHint_CSSOverflowChange to *ScrollbarChange.
Prepare for scrollbar-width which should trigger the same kind of change.
This commit is contained in:
parent
325e57e916
commit
e993607a88
3 changed files with 7 additions and 7 deletions
|
|
@ -225,7 +225,7 @@ enum nsChangeHint {
|
|||
* scrollframe, this is instead equivalent to nsChangeHint_AllReflowHints
|
||||
* (because the viewport always has an associated scrollframe).
|
||||
*/
|
||||
nsChangeHint_CSSOverflowChange = 1 << 28,
|
||||
nsChangeHint_ScrollbarChange = 1 << 28,
|
||||
|
||||
// IMPORTANT NOTE: When adding new hints, consider whether you need
|
||||
// to add them to NS_HintsNotHandledForDescendantsIn() below. Please
|
||||
|
|
@ -316,7 +316,7 @@ inline nsChangeHint operator^=(nsChangeHint& aLeft, nsChangeHint aRight)
|
|||
nsChangeHint_UpdatePostTransformOverflow | \
|
||||
nsChangeHint_UpdateParentOverflow | \
|
||||
nsChangeHint_ChildrenOnlyTransform | \
|
||||
nsChangeHint_CSSOverflowChange | \
|
||||
nsChangeHint_ScrollbarChange | \
|
||||
nsChangeHint_RecomputePosition | \
|
||||
nsChangeHint_UpdateContainingBlock | \
|
||||
nsChangeHint_AddOrRemoveTransform | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue