mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
view shouldn't be opaque. allows webpages to show up. [not part of build]
This commit is contained in:
parent
22f8e18060
commit
9ccb7538c2
@ -100,7 +100,6 @@ enum {
|
||||
- (id)initWithFrame:(NSRect)frame;
|
||||
- (void)dealloc;
|
||||
- (void)setFrame:(NSRect)frameRect;
|
||||
- (BOOL)isOpaque;
|
||||
|
||||
// nsIWebBrowser methods
|
||||
- (void)addListener:(id <NSBrowserListener>)listener;
|
||||
|
@ -628,11 +628,6 @@ nsCocoaBrowserListener::SetContainer(id <NSBrowserContainer> aContainer)
|
||||
}
|
||||
}
|
||||
|
||||
- (BOOL)isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)addListener:(id <NSBrowserListener>)listener
|
||||
{
|
||||
_listener->AddListener(listener);
|
||||
|
Loading…
Reference in New Issue
Block a user