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 eda92bcf2dafa8e40f5d0bed37525487e8f2c715..97ce1851820726f6e0e8906ed841bca699aff569 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutImageResource.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutImageResource.h |
@@ -53,7 +53,7 @@ class LayoutImageResource |
void ResetAnimation(); |
bool MaybeAnimated() const; |
- virtual PassRefPtr<Image> GetImage(const IntSize&, float) const; |
+ virtual PassRefPtr<Image> GetImage(const IntSize&) const; |
virtual bool ErrorOccurred() const { |
return cached_image_ && cached_image_->ErrorOccurred(); |
} |