Add convenient cast method for MeasureOutput.Make
Summary: Same as Java, it allows to use float and double values in Make arguments. Reviewed By: emilsjolander Differential Revision: D4163347 fbshipit-source-id: f373247b3f37e7940a66044000cca2935068decf
This commit is contained in:
committed by
Facebook Github Bot
parent
f222d22ba8
commit
0dbbfc5910
@@ -9,10 +9,10 @@
|
||||
|
||||
namespace Facebook.CSSLayout
|
||||
{
|
||||
public delegate long MeasureFunction(
|
||||
CSSNode node,
|
||||
float width,
|
||||
CSSMeasureMode widthMode,
|
||||
float height,
|
||||
CSSMeasureMode heightMode);
|
||||
public delegate long MeasureFunction(
|
||||
CSSNode node,
|
||||
float width,
|
||||
CSSMeasureMode widthMode,
|
||||
float height,
|
||||
CSSMeasureMode heightMode);
|
||||
}
|
||||
|
Reference in New Issue
Block a user