Use typedefs from header
Reviewed By: gkassabli Differential Revision: D4036421 fbshipit-source-id: 01f15cb840363850970e6a60e661af06fd6ec9e0
This commit is contained in:
parent
c805cf8376
commit
6d3ecbe07a
|
@ -91,12 +91,8 @@ typedef struct CSSNode {
|
||||||
|
|
||||||
struct CSSNode *nextChild;
|
struct CSSNode *nextChild;
|
||||||
|
|
||||||
CSSSize (*measure)(void *context,
|
CSSMeasureFunc measure;
|
||||||
float width,
|
CSSPrintFunc print;
|
||||||
CSSMeasureMode widthMode,
|
|
||||||
float height,
|
|
||||||
CSSMeasureMode heightMode);
|
|
||||||
void (*print)(void *context);
|
|
||||||
void *context;
|
void *context;
|
||||||
} CSSNode;
|
} CSSNode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue