#399: passive event listener support M1266066

This commit is contained in:
Cameron Kaiser
2017-12-17 20:18:13 -08:00
parent fbde989ca7
commit 034fda860a
5 changed files with 41 additions and 17 deletions
+3
View File
@@ -115,6 +115,9 @@ public:
// perform its associated action. This is currently only relevant for
// wheel and touch events.
bool mHandledByAPZ : 1;
// True if the event is currently being handled by an event listener that
// was registered as a passive listener.
bool mInPassiveListener: 1;
// If the event is being handled in target phase, returns true.
inline bool InTargetPhase() const