| Index: third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp
|
| index 814efdf517e990c45492caf6999c03f1461c7fbf..12f7e81c329537be7b925a49c7e5fd404ae6f8d2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp
|
| @@ -61,7 +61,7 @@ void LayoutImageResourceStyleImage::shutdown()
|
| m_cachedImage = 0;
|
| }
|
|
|
| -PassRefPtr<Image> LayoutImageResourceStyleImage::image(const IntSize& size, float zoom) const
|
| +PassRefPtr<Image> LayoutImageResourceStyleImage::image(const LayoutSize& size, float zoom) const
|
| {
|
| // Generated content may trigger calls to image() while we're still pending, don't assert but gracefully exit.
|
| if (m_styleImage->isPendingImage())
|
|
|