[Win] Provide ClientView implementation.

This commit is contained in:
Cheng Zhao 2013-07-08 17:00:42 +08:00
parent 6a48faebe3
commit 64329268b8
2 changed files with 30 additions and 1 deletions

View file

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