Change method name in VectorDrawable_Delegate
Following change in VectorDrawable from commit cdedc9a80d.
Change-Id: I5d17b2e77c9600fe3da981c77a3e39dcd4df1d1f
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user