Moved YGResolveFlexGrow as a method on YGNode
Summary: Moved YGResolveFlexGrow as a method on YGNode Reviewed By: emilsjolander Differential Revision: D6611385 fbshipit-source-id: 71660946c469fac77c5ffa0284c793e6adc9db7b
This commit is contained in:
committed by
Facebook Github Bot
parent
47892c17ce
commit
40eeefd4f7
@@ -122,4 +122,5 @@ struct YGNode {
|
||||
// Other methods
|
||||
void cloneChildrenIfNeeded();
|
||||
void markDirtyAndPropogate();
|
||||
float resolveFlexGrow();
|
||||
};
|
||||
|
Reference in New Issue
Block a user