diff --git a/image/Downscaler.h b/image/Downscaler.h index a455a222c25..e2942cc43e3 100644 --- a/image/Downscaler.h +++ b/image/Downscaler.h @@ -156,7 +156,7 @@ public: const nsIntSize& TargetSize() const { return nsIntSize(); } const gfxSize& Scale() const { return gfxSize(1.0, 1.0); } - nsresult BeginFrame(const nsIntSize&, uint8_t*, bool, bool = false) + nsresult BeginFrame(const nsIntSize&, const Maybe&, uint8_t*, bool, bool = false) { return NS_ERROR_FAILURE; }