| Index: Source/core/fetch/ImageResource.h
|
| diff --git a/Source/core/fetch/ImageResource.h b/Source/core/fetch/ImageResource.h
|
| index ebf080284b313d1564ac74dfef116abbb1ca920c..a3573ba5fbb2077ff55b683b4278266560dea53d 100644
|
| --- a/Source/core/fetch/ImageResource.h
|
| +++ b/Source/core/fetch/ImageResource.h
|
| @@ -71,7 +71,7 @@ public:
|
|
|
| bool canRender(const LayoutObject& layoutObject, float multiplier) { return !errorOccurred() && !imageSizeForLayoutObject(&layoutObject, multiplier).isEmpty(); }
|
|
|
| - void setContainerSizeForLayoutObject(const ImageResourceClient*, const IntSize&, float);
|
| + void setContainerParametersForLayoutObject(const ImageResourceClient*, const IntSize&, float, const KURL&);
|
| bool usesImageContainerSize() const;
|
| bool imageHasRelativeWidth() const;
|
| bool imageHasRelativeHeight() const;
|
|
|