Merge "Change method name in VectorDrawable_Delegate" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ff9e0dede8
@@ -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