win: Implement SetProgressBar API.
This commit is contained in:
parent
0f714c81cd
commit
b5e82dac6f
5 changed files with 31 additions and 0 deletions
|
@ -71,6 +71,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
virtual bool IsKiosk() OVERRIDE;
|
||||
virtual void SetMenu(ui::MenuModel* menu_model) OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
virtual void SetProgressBar(double value) OVERRIDE;
|
||||
|
||||
gfx::AcceleratedWidget GetAcceleratedWidget();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue