Bug 1644498: Transition devtools nsFrameStateBits to nsIFrame.h r=heycam
commitbec018af01e47d38d1fc737cc31a91ab0b140773
authorBrad Werth <bwerth@mozilla.com>
Wed, 10 Jun 2020 05:03:35 +0000 (10 05:03 +0000)
committerBrad Werth <bwerth@mozilla.com>
Wed, 10 Jun 2020 05:03:35 +0000 (10 05:03 +0000)
tree72b5816cede8ca694609d1dabbb1cce5b71f039c
parentec7f81e276bbbbd23d9dccb65b2b139c91dc633c
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