mac: Implement SetProgressBar API.
This commit is contained in:
parent
b5e82dac6f
commit
c5e0b65cc7
2 changed files with 67 additions and 0 deletions
|
@ -65,6 +65,7 @@ class NativeWindowMac : public NativeWindow {
|
|||
virtual bool IsDocumentEdited() OVERRIDE;
|
||||
virtual bool HasModalDialog() OVERRIDE;
|
||||
virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
||||
virtual void SetProgressBar(double progress) OVERRIDE;
|
||||
|
||||
// Returns true if |point| in local Cocoa coordinate system falls within
|
||||
// the draggable region.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue