more implementation

some nits to conform more to seamonkey coding conventions.


git-svn-id: svn://10.0.0.236/trunk@52221 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
buster%netscape.com
1999-10-29 18:25:57 +00:00
parent 7e5a7e1258
commit 3fe2b88255
4 changed files with 168 additions and 151 deletions

View File

@@ -52,11 +52,13 @@ protected:
nsresult GetPrimaryFrameFor(nsIContent* content, nsIFrame** frame);
protected:
PRBool m_AllowPlugins;
PRInt32 m_MarginWidth;
PRInt32 m_MarginHeight;
PRBool m_IsFrame;
nsCOMPtr<nsIDOMDocument> m_Document;
PRBool mAllowPlugins;
PRInt32 mMarginWidth;
PRInt32 mMarginHeight;
PRBool mIsFrame;
// XXX: mDocument is going away RSN! we shouldn't hold onto it at this level.
// the content viewer owns it
nsCOMPtr<nsIDOMDocument> mDocument;
};
#endif /* nsHTMLDocShell_h__ */