This commit is contained in:
Timothy Nikkel 2010-07-18 21:23:47 -05:00
Родитель 70d241a01e
Коммит 7be804c15d
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -250,7 +250,10 @@ public:
* and the document has a parent document in the same view hierarchy, then
* we try to return the subdocumentframe in the parent document.
* @param aExtraOffset [in/out] if non-null, then as we cross documents
* an extra offset may be required and it will be added to aCrossDocOffset
* an extra offset may be required and it will be added to aCrossDocOffset.
* Be careful dealing with this extra offset as it is in app units of the
* parent document, which may have a different app units per dev pixel ratio
* than the child document.
*/
static nsIFrame* GetCrossDocParentFrame(const nsIFrame* aFrame,
nsPoint* aCrossDocOffset = nsnull);