| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 42c0477568ea40f5da5ff9eb8cc8cab91ddcc866..450ab5452809e66eca4197e9ea2c99c2ee952344 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1050,7 +1050,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| AvoidBreaks // Preferably avoid breaks. If not possible, examine children
|
| // to find possible break points.
|
| };
|
| - PaginationBreakability getPaginationBreakability() const;
|
| + virtual PaginationBreakability getPaginationBreakability() const;
|
|
|
| LayoutRect localCaretRect(
|
| InlineBox*,
|
|
|