| 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 7bae52d53cb095714bd28ad9b711e57f8a79c5fc..1f2403bb3645a9472d1ea8c1ae96202ac3465649 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -359,6 +359,8 @@ public:
|
| bool hasDragCaret() const;
|
| bool hasCaret() const { return hasCursorCaret() || hasDragCaret(); }
|
|
|
| + bool heightAvailableToChildrenChanged() const { return m_heightAvailableToChildrenChanged; }
|
| +
|
| private:
|
| LayoutRect localCaretRect(InlineBox*, int caretOffset, LayoutUnit* extraWidthToEndOfLine = nullptr) final;
|
| bool isInlineBoxWrapperActuallyChild() const;
|
|
|