[Win] Provide ClientView implementation.
This commit is contained in:
parent
6a48faebe3
commit
64329268b8
2 changed files with 30 additions and 1 deletions
|
@ -74,6 +74,7 @@ class NativeWindowWin : public NativeWindow,
|
|||
virtual bool ShouldShowWindowIcon() const OVERRIDE;
|
||||
virtual views::Widget* GetWidget() OVERRIDE;
|
||||
virtual const views::Widget* GetWidget() const OVERRIDE;
|
||||
virtual views::ClientView* CreateClientView(views::Widget* widget) OVERRIDE;
|
||||
|
||||
private:
|
||||
scoped_ptr<views::Widget> window_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue