Plumb code all the way up

This commit is contained in:
Paul Betts 2015-02-06 16:12:32 -08:00
parent 66f2d18d8b
commit 0afac1e05a
4 changed files with 4 additions and 1 deletions

View file

@ -142,6 +142,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
virtual bool HasModalDialog();
virtual gfx::NativeWindow GetNativeWindow() = 0;
virtual void SetProgressBar(double progress) = 0;
virtual void SetOverlayIcon(gfx::ImageSkia& overlay, const std::string& description) = 0;
virtual bool IsClosed() const { return is_closed_; }
virtual void OpenDevTools();