Index: Source/core/rendering/RenderPart.h |
diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h |
index bb600bbb2520028ad6552f5665c266f9cd4e4266..f777de8861148669ee8ad81c20e8681f02cf9c03 100644 |
--- a/Source/core/rendering/RenderPart.h |
+++ b/Source/core/rendering/RenderPart.h |
@@ -60,7 +60,6 @@ protected: |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override final; |
virtual void layout() override; |
virtual void paint(PaintInfo&, const LayoutPoint&) override; |
- virtual void paintContents(PaintInfo&, const LayoutPoint&); |
virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final; |
private: |