| Index: Source/core/html/ImageDocument.h
|
| diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h
|
| index 7ab3de197166dcd8ed9f7e2904ac8db45b277550..7baaef926232eea7c105eac84646dcd0eed80bb5 100644
|
| --- a/Source/core/html/ImageDocument.h
|
| +++ b/Source/core/html/ImageDocument.h
|
| @@ -62,7 +62,7 @@ private:
|
| virtual void dispose() override;
|
| #endif
|
|
|
| - void createDocumentStructure();
|
| + void createDocumentStructure(bool loadingMultipartContent);
|
|
|
| // These methods are for m_shrinkToFitMode == Desktop.
|
| void resizeImageToFit(ScaleType);
|
|
|