Index: Source/core/rendering/RenderFlowThread.h |
diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h |
index ed5a6e780a10ce560078f9fa9fcd0ed68d95f1d4..c3ba9cc13df97b0f668566a3a98f8e08be21c7df 100644 |
--- a/Source/core/rendering/RenderFlowThread.h |
+++ b/Source/core/rendering/RenderFlowThread.h |
@@ -65,6 +65,7 @@ public: |
virtual LayerType layerTypeRequired() const override final { return NormalLayer; } |
virtual void flowThreadDescendantWasInserted(RenderObject*) { } |
+ virtual void flowThreadDescendantWillBeRemoved(RenderObject*) { } |
virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final; |