Bug 1504793 - Remove out-of-date sentence from comment. r=botond

DONTBUILD because comment-only change.

Differential Revision: https://phabricator.services.mozilla.com/D10948

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Kartikaya Gupta 2018-11-05 23:36:14 +00:00
Родитель e9bacee270
Коммит f366022cd6
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -132,8 +132,7 @@ public:
// events which are fired a lot of times like eMouseMove.
bool mOnlySystemGroupDispatchInContent : 1;
// The event's action will be handled by APZ. The main thread should not
// perform its associated action. This is currently only relevant for
// wheel and touch events.
// perform its associated action.
bool mHandledByAPZ : 1;
// True if the event is currently being handled by an event listener that
// was registered as a passive listener.