This commit is contained in:
bzbarsky%mit.edu 2004-08-06 17:51:20 +00:00
Родитель 51fb26e22d
Коммит aa6a873a94
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -4417,7 +4417,7 @@ nsEventStateManager::FlushPendingEvents(nsPresContext* aPresContext)
} }
} }
nsresult NS_IMETHODIMP
nsEventStateManager::GetDocSelectionLocation(nsIContent **aStartContent, nsEventStateManager::GetDocSelectionLocation(nsIContent **aStartContent,
nsIContent **aEndContent, nsIContent **aEndContent,
nsIFrame **aStartFrame, nsIFrame **aStartFrame,

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

@ -237,7 +237,7 @@ protected:
void FocusElementButNotDocument(nsIContent *aElement); void FocusElementButNotDocument(nsIContent *aElement);
// Return the location of the caret // Return the location of the caret
nsresult GetDocSelectionLocation(nsIContent **startContent, nsIContent **endContent, nsIFrame **startFrame, PRUint32 *startOffset); NS_IMETHOD GetDocSelectionLocation(nsIContent **startContent, nsIContent **endContent, nsIFrame **startFrame, PRUint32 *startOffset);
void GetSelection ( nsIFrame* inFrame, nsPresContext* inPresContext, nsIFrameSelection** outSelection ) ; void GetSelection ( nsIFrame* inFrame, nsPresContext* inPresContext, nsIFrameSelection** outSelection ) ;