Implement SetIgnoreMouseEvents for Windows

This commit is contained in:
Cheng Zhao 2016-06-07 19:38:41 +09:00
parent fe4b957587
commit cae25cab3e
4 changed files with 13 additions and 4 deletions

View file

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