| Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| index 647e93352be72e868c5dd63f1f22ccc7fc909e08..72515bd92970fcb8d3afc7bb010ec1edcf3cf2bb 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
|
| @@ -334,6 +334,8 @@ protected:
|
| // See continuation above for more details.
|
| void setContinuation(LayoutBoxModelObject*);
|
|
|
| + virtual LayoutSize accumulateInFlowPositionOffsets() const { return LayoutSize(); }
|
| +
|
| LayoutRect localCaretRectForEmptyElement(LayoutUnit width, LayoutUnit textIndentOffset);
|
|
|
| bool hasAutoHeightOrContainingBlockWithAutoHeight() const;
|
|
|