| Index: Source/core/rendering/RenderPart.h
|
| diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h
|
| index 164f1bcce8b2b7d469ec860c95fac7761acbb1c4..f0a1699740cc0407e17440703a2230300549aaa9 100644
|
| --- a/Source/core/rendering/RenderPart.h
|
| +++ b/Source/core/rendering/RenderPart.h
|
| @@ -36,7 +36,6 @@ public:
|
| bool requiresAcceleratedCompositing() const;
|
|
|
| virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
|
| - virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
|
|
|
| virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE;
|
|
|
|
|