Fix flash of page while resizing devtools NSSplitView divider.
This commit is contained in:
parent
837bd784aa
commit
39f5f52423
2 changed files with 36 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
@class BRYInspectableWebContentsViewPrivate;
|
||||
|
||||
@interface BRYInspectableWebContentsView : NSView <NSWindowDelegate> {
|
||||
@interface BRYInspectableWebContentsView
|
||||
: NSView<NSWindowDelegate, NSSplitViewDelegate> {
|
||||
@private
|
||||
BRYInspectableWebContentsViewPrivate *_private;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue