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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user