Fix flash of page while resizing devtools NSSplitView divider.

This commit is contained in:
Cheng Zhao 2013-12-12 17:26:04 +08:00
parent 837bd784aa
commit 39f5f52423
2 changed files with 36 additions and 4 deletions

View file

@ -2,7 +2,8 @@
@class BRYInspectableWebContentsViewPrivate;
@interface BRYInspectableWebContentsView : NSView <NSWindowDelegate> {
@interface BRYInspectableWebContentsView
: NSView<NSWindowDelegate, NSSplitViewDelegate> {
@private
BRYInspectableWebContentsViewPrivate *_private;
}