| Index: third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
 | 
| index 099b40708f59cff71ce307a075b4dd88ec86cb15..a65cb876459556e03130783e539239358be88a66 100644
 | 
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
 | 
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
 | 
| @@ -83,7 +83,7 @@ bool StyleFetchedImage::errorOccurred() const
 | 
|  
 | 
|  LayoutSize StyleFetchedImage::imageSize(const LayoutObject* layoutObject, float multiplier) const
 | 
|  {
 | 
| -    return m_image->imageSizeForLayoutObject(layoutObject, multiplier);
 | 
| +    return m_image->imageSize(LayoutObject::shouldRespectImageOrientation(layoutObject), multiplier);
 | 
|  }
 | 
|  
 | 
|  bool StyleFetchedImage::imageHasRelativeWidth() const
 | 
| 
 |