uncommenting out a line for tracking reflow performance
b=61496 r=kmcclusk, sr=waterson git-svn-id: svn://10.0.0.236/trunk@83149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
488d76f2ec
commit
6cef61e607
@ -6049,7 +6049,7 @@ NS_IMETHODIMP
|
||||
PresShell::CountReflows(const char * aName, PRUint32 aType)
|
||||
{
|
||||
if (mReflowCountMgr) {
|
||||
//mReflowCountMgr->Add(aName, (nsReflowReason)aType);
|
||||
mReflowCountMgr->Add(aName, (nsReflowReason)aType);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
@ -6049,7 +6049,7 @@ NS_IMETHODIMP
|
||||
PresShell::CountReflows(const char * aName, PRUint32 aType)
|
||||
{
|
||||
if (mReflowCountMgr) {
|
||||
//mReflowCountMgr->Add(aName, (nsReflowReason)aType);
|
||||
mReflowCountMgr->Add(aName, (nsReflowReason)aType);
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user