Bug 326758. Bullets should accept mouse events. r+sr=dbaron

This commit is contained in:
roc+%cs.cmu.edu 2006-12-10 21:56:30 +00:00
Родитель 6c862f2172
Коммит 4b433c7821
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -186,6 +186,7 @@ public:
}
#endif
virtual nsIFrame* HitTest(nsDisplayListBuilder* aBuilder, nsPoint aPt) { return mFrame; }
virtual void Paint(nsDisplayListBuilder* aBuilder, nsIRenderingContext* aCtx,
const nsRect& aDirtyRect);
NS_DISPLAY_DECL_NAME("Bullet")