remove nativeImage.createFromBuffer() deprecation

This commit is contained in:
Shelley Vohr 2018-05-23 09:43:58 -07:00
parent 94e825378c
commit 22fed0c798
No known key found for this signature in database
GPG key ID: F13993A75599653C
3 changed files with 12 additions and 13 deletions

View file

@ -517,9 +517,6 @@ mate::Handle<NativeImage> NativeImage::CreateFromBuffer(
options.Get("width", &width);
options.Get("height", &height);
options.Get("scaleFactor", &scale_factor);
} else {
// TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings
args->GetNext(&scale_factor);
}
gfx::ImageSkia image_skia;