| 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 d4a1ae127069efffcdf007992b919e8e811d66c6..795abf62a6dbb75649412af2bf4d0ac9f72b6dce 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -1097,6 +1097,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
|
|
| bool shrinkToAvoidFloats() const;
|
| virtual bool avoidsFloats() const;
|
| + bool shouldBeConsideredAsReplaced() const;
|
|
|
| void updateFragmentationInfoForChild(LayoutBox&);
|
| bool childNeedsRelayoutForPagination(const LayoutBox&) const;
|
|
|