Bug 1644498: Transition devtools nsFrameStateBits to nsIFrame.h r=heycam
commita2bfa249573d75389d55021a4eba4dcb1aa57c2f
authorBrad Werth <bwerth@mozilla.com>
Tue, 9 Jun 2020 23:01:00 +0000 (9 23:01 +0000)
committerBrad Werth <bwerth@mozilla.com>
Tue, 9 Jun 2020 23:01:00 +0000 (9 23:01 +0000)
tree0b6f68fdba5b8a456ad266533243966e9b7c451b
parent19581b3441d16dc17f80f2502652139561b3e46b
Bug 1644498: Transition devtools nsFrameStateBits to nsIFrame.h r=heycam

This patch takes the flags NS_STATE_GRID_GENERATE_COMPUTED_VALUES and
NS_STATE_FLEX_GENERATE_COMPUTED_VALUES and combines them into a single new
flag that is defined in nsIFrame.h, with accessors.

Differential Revision: https://phabricator.services.mozilla.com/D78978
layout/generic/nsFlexContainerFrame.cpp
layout/generic/nsFrameStateBits.h
layout/generic/nsGridContainerFrame.cpp
layout/generic/nsIFrame.h