| Index: third_party/WebKit/Source/core/layout/LayoutImageResource.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImageResource.cpp b/third_party/WebKit/Source/core/layout/LayoutImageResource.cpp
|
| index 047dd95126a762ba7a3c974b76467e47439a4647..95ae586560f90775314fc089c3186f0b63226deb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImageResource.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImageResource.cpp
|
| @@ -100,7 +100,7 @@ LayoutSize LayoutImageResource::imageSize(float multiplier) const
|
| return size;
|
| }
|
|
|
| -PassRefPtr<Image> LayoutImageResource::image(const IntSize& containerSize, float zoom) const
|
| +PassRefPtr<Image> LayoutImageResource::image(const LayoutSize& containerSize, float zoom) const
|
| {
|
| if (!m_cachedImage)
|
| return Image::nullImage();
|
|
|