summaryrefslogtreecommitdiffstats
path: root/layout/base/nsChangeHint.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-06 10:35:21 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-06 10:35:21 +0000
commite16ed489a4236ce1cb724c8e276400ddf3f74262 (patch)
tree5d03bae35bda13a96b34dbeaaa0033639a87e381 /layout/base/nsChangeHint.h
parent5af0c434b97770f38c505f03a085229a12c277d4 (diff)
downloadUXP-e16ed489a4236ce1cb724c8e276400ddf3f74262.tar
UXP-e16ed489a4236ce1cb724c8e276400ddf3f74262.tar.gz
UXP-e16ed489a4236ce1cb724c8e276400ddf3f74262.tar.lz
UXP-e16ed489a4236ce1cb724c8e276400ddf3f74262.tar.xz
UXP-e16ed489a4236ce1cb724c8e276400ddf3f74262.zip
Issue #1705 - Part 1: Rename nsChangeHint_CSSOverflowChange to *ScrollbarChange.
Prepare for scrollbar-width which should trigger the same kind of change.
Diffstat (limited to 'layout/base/nsChangeHint.h')
-rw-r--r--layout/base/nsChangeHint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/base/nsChangeHint.h b/layout/base/nsChangeHint.h
index eb2709de6..4f176896b 100644
--- a/layout/base/nsChangeHint.h
+++ b/layout/base/nsChangeHint.h
@@ -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 | \