Simplify memory model between managed and unmanaged memory

Differential Revision: D4051454

fbshipit-source-id: 8f5d010be520b3d1c981a7f85e5e6d95773ea6c1
This commit is contained in:
Emil Sjolander
2016-10-24 10:35:41 -07:00
committed by Facebook Github Bot
parent 6a774f0af1
commit 58b5e28e71
5 changed files with 26 additions and 91 deletions
@@ -88,6 +88,5 @@ public interface CSSNodeAPI<CSSNodeType extends CSSNodeAPI> {
void setOverflow(CSSOverflow overflow);
void setData(Object data);
Object getData();
void reinit();
void free();
void reset();
}