| Index: Source/core/layout/LayoutFlowThread.h
|
| diff --git a/Source/core/layout/LayoutFlowThread.h b/Source/core/layout/LayoutFlowThread.h
|
| index 4f4c8392b4f001fd139239624c66607f1a443cdd..4377112b37ccaba95aa2f1e8aa34ce21afca4853 100644
|
| --- a/Source/core/layout/LayoutFlowThread.h
|
| +++ b/Source/core/layout/LayoutFlowThread.h
|
| @@ -71,6 +71,8 @@ public:
|
|
|
| virtual void flowThreadDescendantWasInserted(LayoutObject*) { }
|
| virtual void flowThreadDescendantWillBeRemoved(LayoutObject*) { }
|
| + virtual void flowThreadDescendantStyleWillChange(LayoutObject*, StyleDifference, const ComputedStyle& newStyle) { }
|
| + virtual void flowThreadDescendantStyleDidChange(LayoutObject*, StyleDifference, const ComputedStyle& oldStyle) { }
|
|
|
| virtual bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final;
|
|
|
|
|