Fix benchmark

Summary: Benchmark accidentally broke during a refactor

Reviewed By: gkassabli

Differential Revision: D4101776

fbshipit-source-id: 00094837b7856c06c0463c48929f960122c0c8ac
This commit is contained in:
Emil Sjolander
2016-10-31 10:31:50 -07:00
committed by Facebook Github Bot
parent 620cb3f507
commit ba20d75992

View File

@@ -11,7 +11,7 @@
#include <CSSLayout/CSSLayout.h>
static CSSSize _measure(CSSNodeRef node
static CSSSize _measure(CSSNodeRef node,
float width,
CSSMeasureMode widthMode,
float height,