Remove rounding from experimental features
Summary: Rounding has been successfully adopted by multiple products and frameworks. Time to move it out of experimental mode. Rounding can still be turned of by setting the point scale factor to 0 on the config. Reviewed By: gkassabli Differential Revision: D4953838 fbshipit-source-id: 3ee5f27d92f95b3ed4a01c98bc35e9157f2e91c5
This commit is contained in:
committed by
Facebook Github Bot
parent
f6b17183c5
commit
3db38f2a80
@@ -62,9 +62,8 @@ typedef YG_ENUM_BEGIN(YGEdge) {
|
||||
} YG_ENUM_END(YGEdge);
|
||||
WIN_EXPORT const char *YGEdgeToString(const YGEdge value);
|
||||
|
||||
#define YGExperimentalFeatureCount 3
|
||||
#define YGExperimentalFeatureCount 2
|
||||
typedef YG_ENUM_BEGIN(YGExperimentalFeature) {
|
||||
YGExperimentalFeatureRounding,
|
||||
YGExperimentalFeatureWebFlexBasis,
|
||||
YGExperimentalFeatureMinFlexFix,
|
||||
} YG_ENUM_END(YGExperimentalFeature);
|
||||
|
Reference in New Issue
Block a user