Issue #2546 - Part 2: Remove special FoxEye CreateImageBitmap method.

This commit is contained in:
Moonchild 2024-07-08 23:45:49 +02:00 committed by roytam1
commit 2b8d75e136
5 changed files with 0 additions and 77 deletions

View file

@ -132,14 +132,6 @@ public:
Create(nsIGlobalObject* aGlobal, const ImageBitmapSource& aSrc,
const Maybe<gfx::IntRect>& aCropRect, ErrorResult& aRv);
static already_AddRefed<Promise>
Create(nsIGlobalObject* aGlobal,
const ImageBitmapSource& aBuffer,
int32_t aOffset, int32_t aLength,
mozilla::dom::ImageBitmapFormat aFormat,
const Sequence<mozilla::dom::ChannelPixelLayout>& aLayout,
ErrorResult& aRv);
static JSObject*
ReadStructuredClone(JSContext* aCx,
JSStructuredCloneReader* aReader,