зеркало из https://github.com/mozilla/gecko-dev.git
Added aReflowCommand argument so that inline frames can properly determine what is triggering the TextRun discovery and properly avoid (or not avoid) creating new frames
This commit is contained in:
Родитель
70c232ebd4
Коммит
f6fcd6698d
|
@ -36,7 +36,8 @@ public:
|
|||
* missing child frames before proceeding (e.g. when a tree
|
||||
* containing inlines is appended/inserted into a block container
|
||||
*/
|
||||
NS_IMETHOD FindTextRuns(nsCSSLineLayout& aLineLayout) = 0;
|
||||
NS_IMETHOD FindTextRuns(nsCSSLineLayout& aLineLayout,
|
||||
nsIReflowCommand* aReflowCommand) = 0;
|
||||
|
||||
/**
|
||||
* InlineReflow method. See below for how to interpret the return value.
|
||||
|
|
Загрузка…
Ссылка в новой задаче