| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index f417cda7e924dfa9a6c8d8b82ffda4a83e200ad5..19df67c3a1d8a6b6cc6ac40a5315fdeaccfb60e8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -921,7 +921,7 @@ public:
|
| PositionWithAffinity createPositionWithAffinity(int offset);
|
| PositionWithAffinity createPositionWithAffinity(const Position&);
|
|
|
| - virtual void dirtyLinesFromChangedChild(LayoutObject*);
|
| + virtual void dirtyLinesFromChangedChild(LayoutObject*, MarkingBehavior markingBehaviour = MarkContainerChain);
|
|
|
| // Set the style of the object and update the state of the object accordingly.
|
| void setStyle(PassRefPtr<ComputedStyle>);
|
|
|