Add generated change

This commit is contained in:
pengfei.zhou 2021-11-29 13:46:42 +08:00 committed by osborn
parent 96266921ff
commit 5b5500b6e0
2 changed files with 5 additions and 5 deletions

View File

@ -2316,9 +2316,6 @@ var Image = /** @class */ (function (_super) {
Image.prototype.getImagePixels = function (context) {
return this.nativeChannel(context, "getImagePixels")();
};
<<<<<<< HEAD
__decorate$b([
=======
Image.prototype.setImagePixels = function (context, imagePixels) {
if (Environment.platform === 'iOS') {
imagePixels.pixels = context.function2Id(function () {
@ -2338,8 +2335,7 @@ var Image = /** @class */ (function (_super) {
}
return ret;
};
__decorate$a([
>>>>>>> 60c3fff0... iOS: implement Image Pixel
__decorate$b([
Property,
__metadata$b("design:type", Object)
], Image.prototype, "imagePixels", void 0);

File diff suppressed because one or more lines are too long