Merge pull request #3706 from billyct/master
support an api with SetIgnoreMouseEvents for osx
This commit is contained in:
commit
774ba2a235
6 changed files with 15 additions and 0 deletions
|
@ -245,6 +245,9 @@ bool NativeWindow::IsDocumentEdited() {
|
|||
return false;
|
||||
}
|
||||
|
||||
void NativeWindow::SetIgnoreMouseEvents(bool ignore) {
|
||||
}
|
||||
|
||||
void NativeWindow::SetMenu(ui::MenuModel* menu) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue