Change method name in VectorDrawable_Delegate

Following change in VectorDrawable from commit cdedc9a80d.

Change-Id: I5d17b2e77c9600fe3da981c77a3e39dcd4df1d1f
This commit is contained in:
Jerome Gaillard
2016-04-13 11:48:28 +01:00
parent caf566a537
commit 8c0ab16494

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));
}