mac: Implement SetProgressBar API.

This commit is contained in:
Haojian Wu 2014-09-17 15:58:08 +08:00
parent b5e82dac6f
commit c5e0b65cc7
2 changed files with 67 additions and 0 deletions

View file

@ -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.