Untabify.

This commit is contained in:
dbaron%dbaron.org 2004-09-28 20:49:25 +00:00
parent 281c8602e1
commit 0fb29b965b

View File

@ -360,7 +360,7 @@ private:
public: // NOT in nsIViewManager, so private to the view module
nsView* GetRootView() const { return mRootView; }
nsView* GetMouseEventGrabber() const;
nsView* GetKeyEventGrabber() const { return mKeyGrabber; }
nsView* GetKeyEventGrabber() const { return mKeyGrabber; }
nsEventStatus HandleEvent(nsView* aView, nsGUIEvent* aEvent, PRBool aCaptured);