diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 09:18:49 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-03-14 09:18:49 +0100 |
commit | 1de19fc0efc14af53f3e46fc324e2a6098b33776 (patch) | |
tree | fc446e07283ce3a086f4f83a2fa9e559ab544d5a /layout/style/nsTransitionManager.h | |
parent | 56e88a24f4629d4134ee6bc8e731a5992e50a8a3 (diff) | |
download | uxp-1de19fc0efc14af53f3e46fc324e2a6098b33776.tar.gz |
Bug 1264125: Queue CSS related event when setting null target effect
Issue mcp-graveyard/UXP#55
Diffstat (limited to 'layout/style/nsTransitionManager.h')
-rw-r--r-- | layout/style/nsTransitionManager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/nsTransitionManager.h b/layout/style/nsTransitionManager.h index 80042adcdf..e2f198a407 100644 --- a/layout/style/nsTransitionManager.h +++ b/layout/style/nsTransitionManager.h @@ -243,6 +243,12 @@ protected: void QueueEvents(StickyTimeDuration activeTime = StickyTimeDuration()); + + enum class TransitionPhase; + // Return the TransitionPhase to use when the transition doesn't have a target + // effect. + TransitionPhase GetTransitionPhaseWithoutEffect() const; + // The (pseudo-)element whose computed transition-property refers to this // transition (if any). // |