win: Add NativeWindowFramelessView as non-client view.

This commit is contained in:
Cheng Zhao 2013-09-09 14:30:07 +08:00
parent f833423a2f
commit cc62978ac3
2 changed files with 143 additions and 4 deletions

View file

@ -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_.