win: Add NativeWindowFramelessView as non-client view.
This commit is contained in:
parent
f833423a2f
commit
cc62978ac3
2 changed files with 143 additions and 4 deletions
|
@ -84,6 +84,8 @@ class NativeWindowWin : public NativeWindow,
|
|||
views::Widget* widget) OVERRIDE;
|
||||
|
||||
private:
|
||||
void OnViewWasResized();
|
||||
|
||||
scoped_ptr<views::Widget> window_;
|
||||
views::WebView* web_view_; // managed by window_.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue