Index: Source/core/layout/LayoutImage.h |
diff --git a/Source/core/layout/LayoutImage.h b/Source/core/layout/LayoutImage.h |
index 513f05fcf21bf810f1f7d9f4f5bd4b5a00c3f759..5b5c93465755234e026250c7f204fe21a6825978 100644 |
--- a/Source/core/layout/LayoutImage.h |
+++ b/Source/core/layout/LayoutImage.h |
@@ -69,7 +69,7 @@ public: |
protected: |
virtual bool needsPreferredWidthsRecalculation() const override final; |
- virtual RenderBox* embeddedContentBox() const override final; |
+ virtual LayoutBox* embeddedContentBox() const override final; |
virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const override final; |
virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override; |