| Index: third_party/WebKit/Source/core/fetch/ImageResource.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/ImageResource.h b/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| index 56c2876a2fff29e49eebdfe959e5538ef7a44fd1..efd1df1a2c3311e4f6ad1a1491f446970e09ed27 100644
|
| --- a/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| +++ b/third_party/WebKit/Source/core/fetch/ImageResource.h
|
| @@ -67,8 +67,7 @@ public:
|
| bool canRender() { return !errorOccurred() && !imageSize(DoNotRespectImageOrientation, 1).isEmpty(); }
|
|
|
| bool usesImageContainerSize() const;
|
| - bool imageHasRelativeWidth() const;
|
| - bool imageHasRelativeHeight() const;
|
| + bool imageHasRelativeSize() const;
|
| // The device pixel ratio we got from the server for this image, or 1.0.
|
| float devicePixelRatioHeaderValue() const { return m_devicePixelRatioHeaderValue; }
|
| bool hasDevicePixelRatioHeaderValue() const { return m_hasDevicePixelRatioHeaderValue; }
|
|
|