$OpenBSD$ index cdf0f3a..5921d55 100644 --- content/canvas/src/ImageEncoder.h.orig Fri Feb 20 15:40:36 2015 +++ content/canvas/src/ImageEncoder.h Fri Feb 20 15:40:36 2015 @@ -33,6 +33,7 @@ public: static nsresult ExtractData(nsAString& aType, const nsAString& aOptions, const nsIntSize aSize, + bool aUsePlaceholder, nsICanvasRenderingContextInternal* aContext, nsIInputStream** aStream); @@ -49,6 +50,7 @@ public: uint8_t* aImageBuffer, int32_t aFormat, const nsIntSize aSize, + bool aUsePlaceholder, nsICanvasRenderingContextInternal* aContext, nsIScriptContext* aScriptContext, FileCallback& aCallback); @@ -72,6 +74,7 @@ private: uint8_t* aImageBuffer, int32_t aFormat, const nsIntSize aSize, + bool aUsePlaceholder, nsICanvasRenderingContextInternal* aContext, nsIInputStream** aStream, imgIEncoder* aEncoder); @@ -89,4 +92,4 @@ private: } // namespace dom } // namespace mozilla -#endif // ImageEncoder_h \ No newline at end of file +#endif // ImageEncoder_h