win: Implement SetSkipTaskbar.

This commit is contained in:
Cheng Zhao 2014-07-21 22:03:58 +08:00
parent e6998dfd4b
commit a15ee1871a
2 changed files with 25 additions and 1 deletions

View file

@ -72,6 +72,8 @@ class NativeWindowViews : public NativeWindow,
virtual void SetMenu(ui::MenuModel* menu_model) OVERRIDE;
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
gfx::AcceleratedWidget GetAcceleratedWidget();
SkRegion* draggable_region() const { return draggable_region_.get(); }
views::Widget* widget() const { return window_.get(); }