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