| Index: third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| index de3c38231cea5acea783099657638894943df0a0..a0828855c237691c9d6099be41148cada5da8062 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| +++ b/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
|
| @@ -121,7 +121,7 @@ void StyleFetchedImageSet::removeClient(LayoutObject* layoutObject)
|
| m_bestFitImage->removeClient(layoutObject);
|
| }
|
|
|
| -PassRefPtr<Image> StyleFetchedImageSet::image(const LayoutObject*, const IntSize& containerSize, float zoom) const
|
| +PassRefPtr<Image> StyleFetchedImageSet::image(const LayoutObject*, const LayoutSize& containerSize, float zoom) const
|
| {
|
| if (!m_bestFitImage->image()->isSVGImage())
|
| return m_bestFitImage->image();
|
|
|