bug 469412 - remove native widgets from xul decks, mobile only r+sr=roc

This commit is contained in:
Brad Lassey 2008-12-29 12:00:12 -05:00
Родитель ced9720934
Коммит 3b2a619ccc
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -76,7 +76,9 @@ public:
virtual nsIAtom* GetType() const;
#ifndef MOZ_GFX_OPTIMIZE_MOBILE
virtual PRBool ChildrenMustHaveWidgets() const { return PR_TRUE; }
#endif
#ifdef NS_DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const