mac: Call setMouseDownCanMoveWindow in BrowserWindow

This commit is contained in:
Cheng Zhao 2018-03-06 14:07:06 +09:00
parent 7d4ff3b061
commit bc34ca9e25
5 changed files with 52 additions and 17 deletions

View file

@ -1169,12 +1169,6 @@ void BrowserWindow::RemoveFromParentChildWindows() {
parent->child_windows_.Remove(ID());
}
void BrowserWindow::UpdateDraggableRegions(
content::RenderFrameHost* rfh,
const std::vector<DraggableRegion>& regions) {
window_->UpdateDraggableRegions(regions);
}
void BrowserWindow::ScheduleUnresponsiveEvent(int ms) {
if (!window_unresponsive_closure_.IsCancelled())
return;