added hasShadow option to BrowserWindow (osx)

This commit is contained in:
evgenyzinoviev 2016-01-23 01:15:49 +01:00
parent 9b28b0e943
commit ff41b4a267
9 changed files with 54 additions and 0 deletions

View file

@ -135,6 +135,8 @@ class NativeWindow : public base::SupportsUserData,
virtual void SetKiosk(bool kiosk) = 0;
virtual bool IsKiosk() = 0;
virtual void SetBackgroundColor(const std::string& color_name) = 0;
virtual void SetHasShadow(bool has_shadow);
virtual bool HasShadow();
virtual void SetRepresentedFilename(const std::string& filename);
virtual std::string GetRepresentedFilename();
virtual void SetDocumentEdited(bool edited);