Index: third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h |
index 8f4da9b40c5d57b6cac3b611df58c597935be7bd..9f9a04aadada4b0a3703bcdcef5ce326b007896a 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h |
@@ -50,13 +50,7 @@ public: |
bool errorOccurred() const override { return m_styleImage->errorOccurred(); } |
bool imageHasRelativeSize() const override { return m_styleImage->imageHasRelativeSize(); } |
- |
- LayoutSize imageSize(float multiplier) const override |
- { |
- // TODO(davve): Find out the default object size, if any, in this context. |
- return m_styleImage->imageSize(*m_layoutObject, multiplier, LayoutSize()); |
- } |
- |
+ LayoutSize imageSize(float multiplier) const override; |
WrappedImagePtr imagePtr() const override { return m_styleImage->data(); } |
DECLARE_VIRTUAL_TRACE(); |