Index: third_party/WebKit/Source/core/layout/LayoutImage.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutImage.h b/third_party/WebKit/Source/core/layout/LayoutImage.h |
index d52c9331a14bbc147b2bf3391d60025924232b7c..3727a10807f521928513369f4a725e58efe0d449 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutImage.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutImage.h |
@@ -81,7 +81,7 @@ public: |
protected: |
bool needsPreferredWidthsRecalculation() const final; |
LayoutBox* embeddedContentBox() const final; |
- void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const final; |
+ void computeIntrinsicSizingInfo(IntrinsicSizingInfo&) const final; |
void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override; |