X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Flayout%2Finlineformatting%2FInlineFormattingContext.h;h=aa5c379d79a15c68465522ea8e8d468b6021d120;hp=f2587f40fc6de60da3a6f7aac05f83f46a7c5436;hb=3252af4316348a83686ead4deaad305a2b49a6f8;hpb=9653ea22577a2eb8434d1b300ea506016cda2da2;ds=sidebyside diff --git a/Source/WebCore/layout/inlineformatting/InlineFormattingContext.h b/Source/WebCore/layout/inlineformatting/InlineFormattingContext.h index f2587f4..aa5c379 100644 --- a/Source/WebCore/layout/inlineformatting/InlineFormattingContext.h +++ b/Source/WebCore/layout/inlineformatting/InlineFormattingContext.h @@ -46,6 +46,11 @@ public: void layout(LayoutContext&, FormattingState&) const override; std::unique_ptr createFormattingState(Ref&&) const override; Ref createOrFindFloatingState() const override; + +private: + void computeInFlowWidth(const Box&) const override; + void computeInFlowHeight(const Box&) const override; + }; }