Merge "Change method name in VectorDrawable_Delegate" into nyc-dev

This commit is contained in:
Jerome Gaillard
2016-04-13 12:13:32 +00:00
committed by Android (Google) Code Review

View File

@@ -90,7 +90,7 @@ public class VectorDrawable_Delegate {
}
@LayoutlibDelegate
static long nCreateRenderer(long rootGroupPtr) {
static long nCreateTree(long rootGroupPtr) {
VGroup_Delegate rootGroup = VNativeObject.getDelegate(rootGroupPtr);
return sPathManager.addNewDelegate(new VPathRenderer_Delegate(rootGroup));
}