Remove references to CSSLayoutDEPRECATED

Summary: Remove references to CSSLayoutDEPRECATED from litho

Reviewed By: marco-cova

Differential Revision: D4859822

fbshipit-source-id: 2588c1b3334f28332ae43e6c0bdec65934ca84c4
This commit is contained in:
Emil Sjolander
2017-04-13 12:38:45 -07:00
committed by Facebook Github Bot
parent 4615eee2d8
commit 1b3e971549
7 changed files with 11 additions and 198 deletions

View File

@@ -18,5 +18,5 @@ public interface YogaBaselineFunction {
* default to the computed height of the node.
*/
@DoNotStrip
float baseline(YogaNodeAPI node, float width, float height);
float baseline(YogaNode node, float width, float height);
}