Merge pull request #3706 from billyct/master

support an api with SetIgnoreMouseEvents for osx
This commit is contained in:
Cheng Zhao 2015-12-09 12:00:16 +08:00
commit 774ba2a235
6 changed files with 15 additions and 0 deletions

View file

@ -245,6 +245,9 @@ bool NativeWindow::IsDocumentEdited() {
return false;
}
void NativeWindow::SetIgnoreMouseEvents(bool ignore) {
}
void NativeWindow::SetMenu(ui::MenuModel* menu) {
}