Fix build bustage
git-svn-id: svn://10.0.0.236/trunk@25978 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1013,7 +1013,7 @@ NS_IMETHODIMP PresShell::GetCaret(nsICaret **outCaret)
|
||||
return mCaret->QueryInterface(kICaretIID,(void **)outCaret);
|
||||
}
|
||||
|
||||
NS_METHOD PresShell::RefreshCaret(nsIView *aView, nsIRenderingContext& aRendContext, const nsRect& aDirtyRect)
|
||||
nsresult PresShell::RefreshCaret(nsIView *aView, nsIRenderingContext& aRendContext, const nsRect& aDirtyRect)
|
||||
{
|
||||
if (mCaret)
|
||||
mCaret->Refresh(aView, aRendContext, aDirtyRect);
|
||||
|
||||
Reference in New Issue
Block a user