Bug 1679417 - Remove the UserActivationState field on BrowsingContext, r=edgar

Differential Revision: https://phabricator.services.mozilla.com/D98008
This commit is contained in:
Olli Pettay 2020-11-26 18:51:29 +00:00
Родитель 8e6587ecde
Коммит 6fd3204d40
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -109,9 +109,6 @@ class WindowProxyHolder;
FIELD(CurrentInnerWindowId, uint64_t) \
FIELD(HadOriginalOpener, bool) \
FIELD(IsPopupSpam, bool) \
/* Controls whether the BrowsingContext is currently considered to be \
* activated by a gesture */ \
FIELD(UserActivationState, UserActivation::State) \
/* Hold the audio muted state and should be used on top level browsing \
* contexts only */ \
FIELD(Muted, bool) \