Add BrowserWindow::setContentSize.
This commit is contained in:
parent
511a49f6fb
commit
5150fd6946
9 changed files with 33 additions and 1 deletions
|
@ -295,6 +295,10 @@ gfx::Size NativeWindowWin::GetSize() {
|
|||
return window_->GetWindowBoundsInScreen().size();
|
||||
}
|
||||
|
||||
void NativeWindowWin::SetContentSize(const gfx::Size& size) {
|
||||
// FIXME
|
||||
}
|
||||
|
||||
gfx::Size NativeWindowWin::GetContentSize() {
|
||||
return window_->GetClientAreaBoundsInScreen().size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue