Merge "Add missing references to VNativeObject" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f84d7bfb81
@@ -204,14 +204,14 @@ public class VectorDrawable_Delegate {
|
||||
|
||||
@LayoutlibDelegate
|
||||
static void nUpdateFullPathFillGradient(long pathPtr, long fillGradientPtr) {
|
||||
VFullPath_Delegate path = getDelegate(pathPtr);
|
||||
VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
|
||||
|
||||
path.setFillGradient(fillGradientPtr);
|
||||
}
|
||||
|
||||
@LayoutlibDelegate
|
||||
static void nUpdateFullPathStrokeGradient(long pathPtr, long strokeGradientPtr) {
|
||||
VFullPath_Delegate path = getDelegate(pathPtr);
|
||||
VFullPath_Delegate path = VNativeObject.getDelegate(pathPtr);
|
||||
|
||||
path.setStrokeGradient(strokeGradientPtr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user