This commit is contained in:
tor%cs.brown.edu 2006-06-15 19:45:26 +00:00
Родитель cd1aaf4212
Коммит c207960b63
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -455,7 +455,7 @@ nsSVGOuterSVGFrame::GetType() const
//----------------------------------------------------------------------
// nsSVGOuterSVGFrame methods:
NS_IMETHODIMP
nsresult
nsSVGOuterSVGFrame::InvalidateRect(nsRect aRect)
{
// just ignore invalidates if painting is suppressed by the shell
@ -475,14 +475,14 @@ nsSVGOuterSVGFrame::InvalidateRect(nsRect aRect)
return NS_OK;
}
NS_IMETHODIMP
nsresult
nsSVGOuterSVGFrame::IsRedrawSuspended(PRBool* isSuspended)
{
*isSuspended = (mRedrawSuspendCount>0) || !mViewportInitialized;
return NS_OK;
}
NS_IMETHODIMP
nsresult
nsSVGOuterSVGFrame::GetRenderer(nsISVGRenderer**renderer)
{
*renderer = mRenderer;