| Index: third_party/WebKit/Source/core/layout/LayoutImageResource.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutImageResource.h b/third_party/WebKit/Source/core/layout/LayoutImageResource.h
|
| index 556dfe827b6701a673bd88793178ab4e83297a35..8d244b6f93fe9819acdf1f876e1787ce89d1bea6 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutImageResource.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutImageResource.h
|
| @@ -55,7 +55,7 @@ public:
|
| void resetAnimation();
|
| bool maybeAnimated() const;
|
|
|
| - virtual PassRefPtr<Image> image(const IntSize&, float) const;
|
| + virtual PassRefPtr<Image> image(const LayoutSize&, float) const;
|
| virtual bool errorOccurred() const { return m_cachedImage && m_cachedImage->errorOccurred(); }
|
|
|
| virtual bool imageHasRelativeWidth() const { return m_cachedImage ? m_cachedImage->imageHasRelativeWidth() : false; }
|
|
|