support an api with SetIgnoreMouseEvents, and worked fine with osx
This commit is contained in:
parent
e1d7ef7e24
commit
5f092a6c65
6 changed files with 15 additions and 0 deletions
|
@ -139,6 +139,7 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual std::string GetRepresentedFilename();
|
||||
virtual void SetDocumentEdited(bool edited);
|
||||
virtual bool IsDocumentEdited();
|
||||
virtual void SetIgnoreMouseEvents(bool ignore);
|
||||
virtual void SetMenu(ui::MenuModel* menu);
|
||||
virtual bool HasModalDialog();
|
||||
virtual gfx::NativeWindow GetNativeWindow() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue