git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[LFC] Implement LayoutContext::createDisplayBox
[WebKit-https.git]
/
Source
/
WebCore
/
layout
/
inlineformatting
/
InlineFormattingContext.cpp
diff --git
a/Source/WebCore/layout/inlineformatting/InlineFormattingContext.cpp
b/Source/WebCore/layout/inlineformatting/InlineFormattingContext.cpp
index 50aa1c904f97b987b488b6d4f2ca76fde78e7b29..f934f68ab536702f01be9681de75bc0e0d559faa 100644
(file)
--- a/
Source/WebCore/layout/inlineformatting/InlineFormattingContext.cpp
+++ b/
Source/WebCore/layout/inlineformatting/InlineFormattingContext.cpp
@@
-66,11
+66,11
@@
Ref<FloatingState> InlineFormattingContext::createOrFindFloatingState() const
return formattingState.floatingState();
}
return formattingState.floatingState();
}
-void InlineFormattingContext::computeInFlowWidth(const Box&) const
+void InlineFormattingContext::computeInFlowWidth(const Box&
, Display::Box&
) const
{
}
{
}
-void InlineFormattingContext::computeInFlowHeight(const Box&) const
+void InlineFormattingContext::computeInFlowHeight(const Box&
, Display::Box&
) const
{
}
{
}