| 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 f28bef72d82cfdf99b8b27ea925de8edf521c656..e839a69b5eba46064bca28b82c0601140e786e82 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
|
| @@ -107,11 +107,6 @@ bool StyleFetchedImage::imageHasRelativeSize() const
|
| return m_image->imageHasRelativeSize();
|
| }
|
|
|
| -void StyleFetchedImage::computeIntrinsicDimensions(const LayoutObject*, FloatSize& intrinsicSize, FloatSize& intrinsicRatio)
|
| -{
|
| - m_image->computeIntrinsicDimensions(intrinsicSize, intrinsicRatio);
|
| -}
|
| -
|
| bool StyleFetchedImage::usesImageContainerSize() const
|
| {
|
| return m_image->usesImageContainerSize();
|
|
|