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 | dcc00ffadf64270b0ae82431f5b71c527590e91b (patch) | |
tree | fc446e07283ce3a086f4f83a2fa9e559ab544d5a /layout/style/nsTransitionManager.h | |
parent | 34ef9d4683b3e81b8df1be1a9c38eae331e8c398 (diff) | |
download | uxp-dcc00ffadf64270b0ae82431f5b71c527590e91b.tar.gz |
Bug 1264125: Queue CSS related event when setting null target effect
Issue #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). // |