| Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| index 5feb35079356bbdd8e3f2eeeb90bbf09ab756877..fd074cede093560f233523b71cf1799def15b164 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.h
|
| @@ -141,6 +141,9 @@ public:
|
| // if specified.
|
| int lineCount(const RootInlineBox* stopRootInlineBox = nullptr) const;
|
|
|
| + int firstLineBoxBaseline() const override;
|
| + int inlineBlockBaseline(LineDirectionMode) const override;
|
| +
|
| void removeFloatingObjectsFromDescendants();
|
| void markAllDescendantsWithFloatsForLayout(LayoutBox* floatToRemove = nullptr, bool inLayout = true);
|
| void markSiblingsWithFloatsForLayout(LayoutBox* floatToRemove = nullptr);
|
|
|