Make bottom corner more round
This commit is contained in:
parent
89546a9c19
commit
935d1e142f
2 changed files with 80 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
|||
#include "base/mac/scoped_nsobject.h"
|
||||
#include "ui/base/cocoa/base_view.h"
|
||||
|
||||
@class CAShapeLayer;
|
||||
|
||||
namespace brightray {
|
||||
class InspectableWebContentsViewMac;
|
||||
}
|
||||
|
@ -19,6 +21,9 @@ using brightray::InspectableWebContentsViewMac;
|
|||
BOOL devtools_visible_;
|
||||
BOOL devtools_docked_;
|
||||
|
||||
// Weak reference to the mask of the hosted layer.
|
||||
CAShapeLayer* layerMask_;
|
||||
|
||||
DevToolsContentsResizingStrategy strategy_;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue