Make bottom corner more round

This commit is contained in:
Cheng Zhao 2015-07-20 18:24:24 +08:00
parent 89546a9c19
commit 935d1e142f
2 changed files with 80 additions and 1 deletions

View file

@ -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_;
}