| Index: third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
 | 
| index 3ed1625dc25383d7b681eb4e53a7b4492de0c206..614bff836f1495d2ead963d05a9c52556eb386a2 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
 | 
| @@ -46,15 +46,13 @@ public:
 | 
|      void shutdown() override;
 | 
|  
 | 
|      bool hasImage() const override { return true; }
 | 
| -    PassRefPtr<Image> image(const IntSize&) const override;
 | 
| +    PassRefPtr<Image> image(const IntSize&, float) const override;
 | 
|      bool errorOccurred() const override { return m_styleImage->errorOccurred(); }
 | 
|  
 | 
| -    void setContainerSizeForLayoutObject(const IntSize&) override;
 | 
|      bool imageHasRelativeWidth() const override { return m_styleImage->imageHasRelativeWidth(); }
 | 
|      bool imageHasRelativeHeight() const override { return m_styleImage->imageHasRelativeHeight(); }
 | 
|  
 | 
|      LayoutSize imageSize(float multiplier) const override { return m_styleImage->imageSize(m_layoutObject, multiplier); }
 | 
| -    LayoutSize intrinsicSize(float multiplier) const override { return m_styleImage->imageSize(m_layoutObject, multiplier); }
 | 
|  
 | 
|      WrappedImagePtr imagePtr() const override { return m_styleImage->data(); }
 | 
|  
 | 
| 
 |