Support undocking the devtools view into its own window

This commit is contained in:
Adam Roben 2013-03-27 12:15:46 -04:00
parent c22d1cca79
commit fa9a1d7b35
2 changed files with 66 additions and 2 deletions

View file

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