Bug 1576298 - Remove DeviceSizeIsPageSize from nsDocShell and nsPresContext. r=emilio

This comes from bug 890195, and it was superseded by bug 1575097.

This isn't used for anything anymore, and we can remove the otherwise unused
MediaFeatureChangeReason flag as well.

Differential Revision: https://phabricator.services.mozilla.com/D174492
This commit is contained in:
Emily McDonough
2023-04-03 17:11:24 +00:00
parent 7d1c763048
commit 77a8e1e577
7 changed files with 4 additions and 51 deletions

View File

@@ -1316,7 +1316,6 @@ class nsDocShell final : public nsDocLoader,
bool mAllowKeywordFixup : 1;
bool mDisableMetaRefreshWhenInactive : 1;
bool mIsAppTab : 1;
bool mDeviceSizeIsPageSize : 1;
bool mWindowDraggingAllowed : 1;
bool mInFrameSwap : 1;