Fixing bug 129306, regression: can't hide plugins with a widget, r=roc+moz sr=bz

git-svn-id: svn://10.0.0.236/trunk@140975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterlubczynski%netscape.com
2003-04-10 17:22:24 +00:00
parent 9131042f07
commit 4996977d2f
2 changed files with 6 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ public:
NS_IMETHOD Scrolled(nsIView *aView);
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
virtual PRBool SupportsVisibilityHidden() { return PR_FALSE; }
#ifdef DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const;
#endif

View File

@@ -85,6 +85,9 @@ public:
NS_IMETHOD Scrolled(nsIView *aView);
NS_IMETHOD GetFrameType(nsIAtom** aType) const;
virtual PRBool SupportsVisibilityHidden() { return PR_FALSE; }
#ifdef DEBUG
NS_IMETHOD GetFrameName(nsAString& aResult) const;
#endif