Untabify.

git-svn-id: svn://10.0.0.236/trunk@162892 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-09-28 20:49:25 +00:00
parent cf0e63224c
commit de1ba08283

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);