support an api with SetIgnoreMouseEvents, and worked fine with osx

This commit is contained in:
billyct 2015-12-06 10:14:54 +08:00
parent e1d7ef7e24
commit 5f092a6c65
6 changed files with 15 additions and 0 deletions

View file

@ -62,6 +62,7 @@ class NativeWindowMac : public NativeWindow {
std::string GetRepresentedFilename() override;
void SetDocumentEdited(bool edited) override;
bool IsDocumentEdited() override;
void SetIgnoreMouseEvents(bool ignore) override;
bool HasModalDialog() override;
gfx::NativeWindow GetNativeWindow() override;
void SetProgressBar(double progress) override;