зеркало из https://github.com/mozilla/gecko-dev.git
bug 908347 - remove AddLeaf() r=mrbkap
This commit is contained in:
Родитель
618cc871fb
Коммит
a6328074f0
|
@ -232,7 +232,6 @@ public:
|
|||
uint32_t aNumFlushed, int32_t aInsertionPoint);
|
||||
nsresult OpenBody();
|
||||
nsresult CloseContainer(const nsHTMLTag aTag);
|
||||
nsresult AddLeaf(nsIContent* aContent);
|
||||
nsresult End();
|
||||
|
||||
nsresult GrowStack();
|
||||
|
@ -601,25 +600,6 @@ SinkContext::CloseContainer(const nsHTMLTag aTag)
|
|||
return result;
|
||||
}
|
||||
|
||||
nsresult
|
||||
SinkContext::AddLeaf(nsIContent* aContent)
|
||||
{
|
||||
NS_ASSERTION(mStackPos > 0, "leaf w/o container");
|
||||
if (mStackPos <= 0) {
|
||||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
DidAddContent(mStack[mStackPos - 1].Add(aContent));
|
||||
|
||||
#ifdef DEBUG
|
||||
if (SINK_LOG_TEST(gSinkLogModuleInfo, SINK_ALWAYS_REFLOW)) {
|
||||
mSink->ForceReflow();
|
||||
}
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
nsresult
|
||||
SinkContext::End()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче