code styling
This commit is contained in:
parent
09de0c2766
commit
1d61f987cb
1 changed files with 1 additions and 1 deletions
|
@ -707,7 +707,7 @@ bool NativeWindowMac::IsResizable() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void NativeWindowMac::SetAspectRatio(double aspect_ratio,
|
void NativeWindowMac::SetAspectRatio(double aspect_ratio,
|
||||||
const gfx::Size& extra_size) {
|
const gfx::Size& extra_size) {
|
||||||
NativeWindow::SetAspectRatio(aspect_ratio, extra_size);
|
NativeWindow::SetAspectRatio(aspect_ratio, extra_size);
|
||||||
|
|
||||||
// We can't just pass the aspect ratio to Cocoa, since our API receives
|
// We can't just pass the aspect ratio to Cocoa, since our API receives
|
||||||
|
|
Loading…
Reference in a new issue