[Win] Add custom frame view implementation for native window.
This commit is contained in:
parent
528e6d2679
commit
9e3772ff0f
2 changed files with 32 additions and 0 deletions
|
@ -75,6 +75,8 @@ class NativeWindowWin : public NativeWindow,
|
|||
virtual views::Widget* GetWidget() OVERRIDE;
|
||||
virtual const views::Widget* GetWidget() const OVERRIDE;
|
||||
virtual views::ClientView* CreateClientView(views::Widget* widget) OVERRIDE;
|
||||
virtual views::NonClientFrameView* CreateNonClientFrameView(
|
||||
views::Widget* widget) OVERRIDE;
|
||||
|
||||
private:
|
||||
scoped_ptr<views::Widget> window_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue