Add trivial DEBUG-only GetFrameName. r+sr=tor

This commit is contained in:
roc+%cs.cmu.edu 2006-03-09 18:43:23 +00:00
Родитель a2b4291891
Коммит bc1c96dea6
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -60,6 +60,12 @@ public:
virtual void MouseClicked (nsPresContext* aPresContext, nsGUIEvent* aEvent)
{ DoMouseClick(aEvent, PR_FALSE); }
#ifdef DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const {
return MakeFrameName(NS_LITERAL_STRING("ButtonBoxFrame"), aResult);
}
#endif
/**
* Our implementation of MouseClicked.
* @param aTrustEvent if PR_TRUE and aEvent as null, then assume the event was trusted