assert that ShadowNodeRegistry is only accessed from one thread

Reviewed By: astreet

Differential Revision: D3461859

fbshipit-source-id: 790e831d2ca239110e00a5723be40e870ceab020
This commit is contained in:
Chris Hopman
2016-06-30 15:09:43 -07:00
committed by Facebook Github Bot 9
parent c1f7aa3824
commit e19225aa64
4 changed files with 45 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ public class UIImplementation {
rootCSSNode.setThemedContext(context);
rootCSSNode.setStyleWidth(width);
rootCSSNode.setStyleHeight(height);
mShadowNodeRegistry.addRootNode(rootCSSNode);
// register it within NativeViewHierarchyManager