win: Implement frameless window.
This commit is contained in:
parent
db6c37bfbc
commit
6de595f036
8 changed files with 192 additions and 80 deletions
|
@ -91,8 +91,7 @@ LinuxFrameView::~LinuxFrameView() {
|
|||
}
|
||||
|
||||
void LinuxFrameView::Init(NativeWindowViews* window, views::Widget* frame) {
|
||||
window_ = window;
|
||||
frame_ = frame;
|
||||
FramelessView::Init(window, frame);
|
||||
|
||||
close_button_ = new views::ImageButton(this);
|
||||
close_button_->SetAccessibleName(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue