Reverted commit D3598946

Reviewed By: majak

Differential Revision: D3598946

fbshipit-source-id: fb70f5b031a85f30a6207eb95b7fd0ccd7d78039
This commit is contained in:
Wenjing Wang
2016-07-23 01:22:12 -07:00
committed by Facebook Github Bot 2
parent 64b09290f7
commit 15dfa5b224
8 changed files with 75 additions and 40 deletions

View File

@@ -89,13 +89,12 @@ typedef struct CSSNode {
int lineIndex;
bool shouldUpdate;
bool isTextNode;
CSSNodeRef parent;
CSSNodeListRef children;
bool isDirty;
struct CSSNode* nextChild;
CSSSize (*measure)(void *context, float width, CSSMeasureMode widthMode, float height, CSSMeasureMode heightMode);
bool (*isDirty)(void *context);
void (*print)(void *context);
void *context;
} CSSNode;