remove unnecessary overrides

This commit is contained in:
Cheng Zhao 2018-04-26 09:48:12 +09:00
parent 5e48dd9d45
commit cf70267871
3 changed files with 2 additions and 6 deletions

View file

@ -1305,9 +1305,6 @@ gfx::Rect NativeWindowMac::WindowBoundsToContentBounds(
}
}
void NativeWindowMac::DeleteDelegate() {
}
views::Widget* NativeWindowMac::GetWidget() {
return widget_.get();
}