Fix build
Summary: Fix C# build Reviewed By: emilsjolander Differential Revision: D4183287 fbshipit-source-id: 7dda449a940589de1d37f4024964a6512ab123e3
This commit is contained in:
committed by
Facebook Github Bot
parent
d80bac4234
commit
667858990c
@@ -555,7 +555,7 @@ namespace Facebook.CSSLayout
|
|||||||
CSSExperimentalFeature feature,
|
CSSExperimentalFeature feature,
|
||||||
bool enabled)
|
bool enabled)
|
||||||
{
|
{
|
||||||
return Native.CSSLayoutSetExperimentalFeatureEnabled(feature, enabled);
|
Native.CSSLayoutSetExperimentalFeatureEnabled(feature, enabled);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool isExperimentalFeatureEnabled(CSSExperimentalFeature feature)
|
public static bool isExperimentalFeatureEnabled(CSSExperimentalFeature feature)
|
||||||
|
@@ -36,6 +36,9 @@ namespace Facebook.CSSLayout
|
|||||||
[DllImport(DllName)]
|
[DllImport(DllName)]
|
||||||
public static extern void CSSNodeReset(IntPtr cssNode);
|
public static extern void CSSNodeReset(IntPtr cssNode);
|
||||||
|
|
||||||
|
[DllImport(DllName)]
|
||||||
|
public static extern int CSSNodeGetInstanceCount();
|
||||||
|
|
||||||
[DllImport(DllName)]
|
[DllImport(DllName)]
|
||||||
public static extern void CSSLayoutSetExperimentalFeatureEnabled(
|
public static extern void CSSLayoutSetExperimentalFeatureEnabled(
|
||||||
CSSExperimentalFeature feature,
|
CSSExperimentalFeature feature,
|
||||||
|
Reference in New Issue
Block a user