| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| index 723e398ea0100c31e8f05f150a6bbb571c3d99f3..a4322ddc3c898e63481da71db2cc5d1fd1388892 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -364,6 +364,7 @@ public:
|
|
|
| protected:
|
| PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
|
| + PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override;
|
|
|
| private:
|
| LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = nullptr) final;
|
|
|