mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 03:45:42 +00:00
Bug 1266288 - Track changes to all margin properties for scroll-linked effects. r=mstange
MozReview-Commit-ID: D0wN1TdFdtM --HG-- extra : rebase_source : 227cc71e5ffa3d980435de2e6ea9074d9cec4667
This commit is contained in:
parent
c3284bbd2b
commit
156fd531bc
@ -85,10 +85,15 @@ nsDOMCSSDeclaration::SetPropertyValue(const nsCSSProperty aPropID,
|
||||
case eCSSProperty_left:
|
||||
case eCSSProperty_bottom:
|
||||
case eCSSProperty_right:
|
||||
case eCSSProperty_margin:
|
||||
case eCSSProperty_margin_top:
|
||||
case eCSSProperty_margin_left:
|
||||
case eCSSProperty_margin_bottom:
|
||||
case eCSSProperty_margin_right:
|
||||
case eCSSProperty_margin_inline_start:
|
||||
case eCSSProperty_margin_inline_end:
|
||||
case eCSSProperty_margin_block_start:
|
||||
case eCSSProperty_margin_block_end:
|
||||
mozilla::layers::ScrollLinkedEffectDetector::PositioningPropertyMutated();
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user